[libcxx-commits] [PATCH] D112976: [libc++][NFC] Inline most of `__vector_base` into `vector`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 2 17:05:03 PDT 2021


var-const added inline comments.


================
Comment at: libcxx/include/vector:813
   }
+
+  _LIBCPP_INLINE_VISIBILITY
----------------
philnik wrote:
> Since you are moving this around, could you reformat to the LLVM style instead of keeping the old style?
I'll see if I can get `clang-format` to work on this file. If that goes well, I'd rather do a separate patch for reformatting the whole file.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D112976



More information about the libcxx-commits mailing list