================
@@ -761,7 +761,7 @@ static void InitializeCPlusPlusFeatureTestMacros(const 
LangOptions &LangOpts,
   Builder.defineMacro("__cpp_placeholder_variables", "202306L");
 
   // C++26 features supported in earlier language modes.
-  Builder.defineMacro("__cpp_pack_indexing", "202311L");
+  Builder.defineMacro("__cpp_pack_indexing", "202606L");
----------------
cor3ntin wrote:

I think that's reasonable - maybe we can wait a bit, and wait to be done with 
mangling?

https://github.com/llvm/llvm-project/pull/218738
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to