[libcxx-commits] [PATCH] D111148: [libc++][test] Move DELETE_FUNCTION into test_macros.h. NFC.
Arthur O'Dwyer via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 5 07:26:00 PDT 2021
Quuxplusone added a comment.
LGTM, but, have you tried just inlining `= delete;` in all these places? I believe Clang supports it in C++03 mode, and we don't care about other compilers in C++03 mode.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111148/new/
https://reviews.llvm.org/D111148
More information about the libcxx-commits
mailing list