[libcxx-commits] [PATCH] D109056: [libc++] Disallow volatile types in std::allocator

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 22 07:05:30 PDT 2021


ldionne accepted this revision.
ldionne added a comment.

Let's land this, I don't foresee any issues, and we can always revert in case something bad happens. I'll run a build in the meantime.

Please apply my suggested change just for consistency.



================
Comment at: libcxx/test/libcxx/memory/allocator_volatile.verify.cpp:11
+
+// LWG 2447 gives implementors freedom to reject volatile types in `std::allocator`.
+
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109056



More information about the libcxx-commits mailing list