[libcxx-commits] [PATCH] D130848: [libc++][NFC] Replace macros in vector

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 11 11:23:16 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/include/vector:358
+    typedef std::reverse_iterator<iterator>               reverse_iterator;
+    typedef std::reverse_iterator<const_iterator>         const_reverse_iterator;
 
----------------
Mordante wrote:
> The current change breaks the alignment. Do you intend to switch to `using` in a followup?
I didn't plan to, but I'll make a patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130848



More information about the libcxx-commits mailing list