[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
Thu Jun 2 00:39:41 PDT 2022
ilya-biryukov updated this revision to Diff 433674.
ilya-biryukov edited the summary of this revision.
ilya-biryukov added a comment.
- Update test comment, only check in C++20 and beyond, add expected-errors
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.433674.patch
Type: text/x-patch
Size: 6505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220602/5836e492/attachment.bin>
More information about the libcxx-commits
mailing list