Files
swift-mirror/stdlib/public/SwiftShims/SwiftStddef.h
Saleem Abdulrasool 7bb6185bbf Shims: make the __swift_ssize_t handling more portable
Unfortunately, `cl` does not support C11.  Guard the `_Generic` approach and in
C++ mode use `std::make_signed`.  Thanks to Jordan Rose for the reminder about
the type_traits helper!
2019-01-17 14:53:42 -08:00

1.9 KiB