[libcxx-commits] [PATCH] D100216: [libc++] Split a few things out of <memory>
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Apr 9 09:59:51 PDT 2021
ldionne created this revision.
Herald added a subscriber: mgorny.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
These patches split std::allocator, std::get_temporary_buffer and std::auto_ptr
outside of <memory>. More patches splitting out the whole header are coming.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D100216
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__memory/allocator.h
libcxx/include/__memory/auto_ptr.h
libcxx/include/__memory/temporary_buffer.h
libcxx/include/memory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100216.336505.patch
Type: text/x-patch
Size: 25956 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210409/20170f3e/attachment-0001.bin>
More information about the libcxx-commits
mailing list