[libcxx-commits] [PATCH] D68364: Prototype implementation of P0784R7: mark all members of std::allocator and std::allocator_traits as constexpr.
Richard Smith - zygoloid via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 2 17:40:29 PDT 2019
rsmith created this revision.
rsmith added reviewers: mclow.lists, EricWF.
Herald added a subscriber: christof.
Herald added a project: libc++.
This does not include the new library functions
std::[ranges::]construct_at nor any tests.
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 P0784R7 in libc++.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68364
Files:
libcxx/include/__config
libcxx/include/memory
libcxx/include/new
libcxx/include/version
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68364.222939.patch
Type: text/x-patch
Size: 17679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20191003/ada5acc4/attachment-0001.bin>
More information about the libcxx-commits
mailing list