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
..
2021-09-08 09:59:07 -07:00
2023-06-27 09:03:52 -07:00
2023-06-27 09:03:52 -07:00
2022-05-04 14:53:24 -07:00
2022-07-21 16:32:16 +01:00
2021-04-14 10:05:27 +10:00
2023-04-08 08:39:42 -07:00
2022-05-04 14:53:24 -07:00
2023-04-12 17:22:32 -07:00
2022-11-21 19:44:24 +01:00
2023-04-05 11:52:41 -07:00
2021-10-21 13:40:42 -07:00
2023-06-27 09:03:52 -07:00
2023-04-24 13:55:38 -07:00
2023-06-27 09:03:52 -07:00
2023-06-27 09:03:52 -07:00
2023-07-04 14:02:17 -07:00
2023-01-03 09:33:07 -08:00
2021-03-03 18:49:33 -08:00
2023-06-27 09:03:52 -07:00
2023-06-27 09:03:52 -07:00
2021-11-27 11:40:17 -08:00
2020-06-01 15:39:29 +03:00
2023-03-06 10:35:22 +01:00
2023-02-27 14:39:40 -08:00
2023-06-27 21:22:12 -07:00
2021-11-27 11:40:17 -08:00
2023-05-22 14:55:17 +01:00
2023-06-27 09:03:52 -07:00
2023-05-12 15:44:12 -04:00
2022-11-21 19:44:24 +01:00
2023-08-04 16:41:36 -04:00
2023-06-27 09:03:52 -07:00
2023-07-25 16:19:58 -07:00