[libcxx-commits] [PATCH] D109056: [libc++] Disallow volatile types in std::allocator
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Sep 21 06:44:14 PDT 2021
jloser updated this revision to Diff 373901.
jloser added a comment.
Fix test to not use `auto` so it works in C++03 mode.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109056/new/
https://reviews.llvm.org/D109056
Files:
libcxx/TODO.TXT
libcxx/include/__memory/allocator.h
libcxx/test/libcxx/memory/allocator_volatile.verify.cpp
libcxx/test/std/concepts/concepts.lang/concept.default.init/default_initializable.compile.pass.cpp
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.pass.cpp
libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/make_shared.volatile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109056.373901.patch
Type: text/x-patch
Size: 6503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210921/10274715/attachment.bin>
More information about the libcxx-commits
mailing list