[libcxx-commits] [PATCH] D126210: [libcxx] Fix allocator<void>::pointer in C++20 with removed members

Ilya Biryukov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 25 09:29:29 PDT 2022


ilya-biryukov updated this revision to Diff 432025.
ilya-biryukov added a comment.

- Add _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_VOID_SPECIALIZATION
- Document the new MACRO and add a release note


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126210/new/

https://reviews.llvm.org/D126210

Files:
  libcxx/docs/ReleaseNotes.rst
  libcxx/docs/UsingLibcxx.rst
  libcxx/include/__config
  libcxx/include/__memory/allocator.h
  libcxx/test/libcxx/utilities/memory/default.allocator/allocator_types.void.cxx20_allocator_void_no_members.fail.cpp
  libcxx/test/libcxx/utilities/memory/default.allocator/allocator_types.void.cxx20_with_removed_members.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126210.432025.patch
Type: text/x-patch
Size: 6395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220525/82eea7dc/attachment-0001.bin>


More information about the libcxx-commits mailing list