[libcxx-commits] [libcxx] [libc++] P1789R3: Library Support for Expansion Statements (PR #167184)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Nov 8 23:17:24 PST 2025
================
@@ -13,6 +13,11 @@
#include <__cstddef/size_t.h>
#include <__type_traits/is_integral.h>
+#if _LIBCPP_STD_VER >= 26
+# include <__tuple/tuple_element.h>
+# include <__tuple/tuple_size.h>
+#endif
----------------
H-G-Hristov wrote:
I think you should removed them to comply to the project conventions.
https://github.com/llvm/llvm-project/pull/167184
More information about the libcxx-commits
mailing list