We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae76e7a commit d50473dCopy full SHA for d50473d
libcxx/include/type_traits
@@ -532,10 +532,9 @@ namespace std
532
533
# if _LIBCPP_STD_VER >= 23
534
# include <__type_traits/is_implicit_lifetime.h>
535
+# include <__type_traits/reference_constructs_from_temporary.h>
536
+# include <__type_traits/reference_converts_from_temporary.h>
537
# endif
-// C++23 but private declarations are available in previous standards.
-# include <__type_traits/reference_constructs_from_temporary.h>
538
-# include <__type_traits/reference_converts_from_temporary.h>
539
540
# include <version>
541
0 commit comments