Nikolas Klauser
b69ddbc628
[libc++] Make variables in templates inline ( #115785 )
...
The variables are all `constexpr`, which implies `inline`. Since they
aren't `constexpr` in C++03 they're also not `inline` there. Because of
that we define them out-of-line currently. Instead we can use the C++17
extension of `inline` variables, which results in the same weak
definitions of the variables but without having all the boilerplate.
2024-11-13 11:57:16 +01:00
..
2023-12-18 14:01:33 -05:00
2024-11-05 22:37:08 -08:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2024-11-13 11:57:16 +01:00
2024-10-31 02:20:10 +01:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00
2024-10-31 02:20:10 +01:00
2023-12-18 14:01:33 -05:00
2024-10-12 09:49:52 +02:00
2024-11-13 11:57:16 +01:00
2024-10-31 02:20:10 +01:00
2023-12-18 14:01:33 -05:00
2024-11-13 11:57:16 +01:00
2024-02-29 10:12:22 -05:00
2023-12-18 14:01:33 -05:00
2024-10-31 02:20:10 +01:00
2024-10-31 02:20:10 +01:00
2023-12-18 14:01:33 -05:00
2024-11-06 10:39:19 +01:00
2023-12-18 14:01:33 -05:00
2024-10-25 11:28:46 +02:00
2024-11-13 11:57:16 +01:00
2023-12-18 14:01:33 -05:00
2024-11-13 11:57:16 +01:00
2024-10-31 02:20:10 +01:00
2024-09-16 15:06:20 -04:00
2023-12-18 14:01:33 -05:00
2023-12-18 14:01:33 -05:00