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

via libcxx-commits libcxx-commits at lists.llvm.org
Sat Apr 12 08:44:50 PDT 2025


================
@@ -49,6 +49,33 @@ _LIBCPP_PUSH_MACROS
 
 _LIBCPP_BEGIN_NAMESPACE_STD
 
+#ifndef _LIBCPP_CXX03_LANG
----------------
huixie90 wrote:

question: isn't cxx03 using different header?

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


More information about the libcxx-commits mailing list