[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
Mon Jan 5 08:31:08 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:

`reverse_access` should export `reverse_iterator.h`, which should remove the need for the include.

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


More information about the libcxx-commits mailing list