[libcxx-commits] [PATCH] D97359: [libcxx] adds concept std::movable
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Mar 8 10:56:29 PST 2021
zoecarver added inline comments.
================
Comment at: libcxx/test/std/concepts/object/movable.h:71
+ traditional_copy_assignment_only&
+ operator=(traditional_copy_assignment_only const&);
+};
----------------
I think it would be good to run added tests through clang-format. (If this is what clang-format generated, no worries.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97359/new/
https://reviews.llvm.org/D97359
More information about the libcxx-commits
mailing list