[libcxx-commits] [libcxx] [libc++] Properly decay functions in CTAD for `pair` (PR #134544)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 15 18:38:24 PDT 2025


================
@@ -49,6 +49,33 @@ _LIBCPP_PUSH_MACROS
 
 _LIBCPP_BEGIN_NAMESPACE_STD
 
+#ifndef _LIBCPP_CXX03_LANG
----------------
frederick-vs-ja wrote:

Currently the combination of C++03 with non-frozen headers is still being tested in CI. I don't know when the support for this will be dropped.

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


More information about the libcxx-commits mailing list