Files
swift-mirror/lib/Basic
Tony Allevato 300a952ede Replace u8 string literal prefixes with SWIFT_UTF8 macro.
In C++20, `u8` literals create values of type `char8_t` instead of
`char`, and these can't be implicitly converted. This macro
mitigates the difference and allows the same code to compile under
C++14/17 modes and C++20, preserving the `char` type while ensuring
that the text is interpreted as UTF-8.
2023-08-04 16:41:36 -04:00
..
2022-05-04 14:53:24 -07:00
2022-05-04 14:53:24 -07:00
2023-06-27 09:03:52 -07:00
2023-06-27 09:03:52 -07:00
2023-06-27 09:03:52 -07:00
2022-11-21 19:44:24 +01:00
2023-06-27 09:03:52 -07:00