[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
Mon Nov 1 18:20:10 PDT 2021


var-const created this revision.
var-const requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

`__vector_base` exists for historical reasons and cannot be eliminated
entirely without breaking the ABI. Member variables are left
untouched -- this patch only does changes that clearly cannot affect the
ABI.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112976

Files:
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112976.383938.patch
Type: text/x-patch
Size: 13641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211102/a33f3662/attachment-0001.bin>


More information about the libcxx-commits mailing list