[libcxx-commits] [PATCH] D68365: Prototype implementation of P1004R2 (making std::vector constexpr).

Richard Smith - zygoloid via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 2 17:43:52 PDT 2019


rsmith created this revision.
rsmith added reviewers: mclow.lists, EricWF.
Herald added a subscriber: christof.
Herald added a project: libc++.

This is the prototype implementation that I was using to test the compiler-side
support for P0784R7.  I'm hoping someone else will either pick this up and
finish it, or use it as inspiration for a real implementation of the library
side of P1004R2 in libc++.

Depends on D68364 <https://reviews.llvm.org/D68364>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D68365

Files:
  libcxx/include/__split_buffer
  libcxx/include/algorithm
  libcxx/include/iterator
  libcxx/include/memory
  libcxx/include/vector

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68365.222942.patch
Type: text/x-patch
Size: 79987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191003/713928af/attachment-0001.bin>


More information about the libcxx-commits mailing list