[libcxx-commits] [PATCH] D110994: [libc++] Make test_allocator constexpr-friendly for constexpr string/vector
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 5 06:49:27 PDT 2021
philnik marked 2 inline comments as done.
philnik added a comment.
I know you don't like clang-format, but (to me) the formatting in test_allocator.h felt like a complete clusterfuck. Maybe it's just me, but I edited large parts of the file anyways.
================
Comment at: libcxx/test/support/test_allocator.h:500
+ limited_allocator& operator=(const limited_allocator&); // = delete;
public:
----------------
Is there any reason the copy ctor isn't really marked ##= delete##?
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