[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:54 PST 2026
================
@@ -272,6 +272,7 @@ namespace std {
# include <__functional/unary_function.h>
# include <__fwd/functional.h>
# include <__iterator/bounded_iter.h>
+# include <__iterator/reverse_iterator.h>
----------------
philnik777 wrote:
Why is this required?
https://github.com/llvm/llvm-project/pull/173637
More information about the libcxx-commits
mailing list