[libcxx-commits] [PATCH] D110994: [libc++] Make test_allocator constexpr-friendly for constexpr string/vector

Joe Loser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 5 09:41:54 PDT 2021


jloser added inline comments.


================
Comment at: libcxx/test/support/test_allocator.h:500
+  limited_allocator& operator=(const limited_allocator&); // = delete;
 
 public:
----------------
philnik wrote:
> Is there any reason the copy ctor isn't really marked ##= delete##?
FYI I changed this in https://reviews.llvm.org/D111148


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110994



More information about the libcxx-commits mailing list