[libcxx-commits] [libcxx] [libc++] P3016R6: Resolve inconsistencies in begin/end for `valarray` and braced initializer lists (PR #173637)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jan 3 08:26:51 PST 2026
================
@@ -106,9 +109,11 @@ namespace std {
# include <__utility/move.h>
# include <__utility/unreachable.h>
# include <__verbose_abort>
+# include <version>
+
+// standard-mandated includes
----------------
philnik777 wrote:
Please add where the requirement comes from.
https://github.com/llvm/llvm-project/pull/173637
More information about the libcxx-commits
mailing list