[libcxx-commits] [libcxx] [libc++] P3016R6: Resolve inconsistencies in begin/end for `valarray` and braced initializer lists (PR #173637)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Jan 3 08:26:51 PST 2026


================
@@ -303,6 +305,7 @@ __cpp_lib_void_t                                        201411L <type_traits>
 # define __cpp_lib_complex_udls                         201309L
 # define __cpp_lib_exchange_function                    201304L
 # define __cpp_lib_generic_associative_lookup           201304L
+# define __cpp_lib_initializer_list                     202511L
----------------
philnik777 wrote:

I'm not sure we can claim to have this implemented yet, since we don't have `<stacktrace>`. Or at least we should somehow track that there are changes to `<stacktrace>` which have to be made at the time we land it.

https://github.com/llvm/llvm-project/pull/173637


More information about the libcxx-commits mailing list