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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 2 01:49:10 PDT 2021


philnik added inline comments.


================
Comment at: libcxx/include/vector:813
   }
+
+  _LIBCPP_INLINE_VISIBILITY
----------------
Since you are moving this around, could you reformat to the LLVM style instead of keeping the old style?


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