[libcxx-commits] [PATCH] D105076: [libcxx][modularisation] splices `<iterator>` into individual headers

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 6 08:48:14 PDT 2021


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM, but please remove the stray whitespace change before committing. Thanks!



================
Comment at: libcxx/include/__iterator/wrap_iter.h:16
 #include <__iterator/iterator_traits.h>
-#include <__memory/pointer_traits.h> // __to_address
+#include <__memory/pointer_traits.h>  // __to_address
 #include <type_traits>
----------------
Stray whitespace change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105076/new/

https://reviews.llvm.org/D105076



More information about the libcxx-commits mailing list