[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 11:20:47 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&);
+};
----------------
cjdb wrote:
> zoecarver wrote:
> > I think it would be good to run added tests through clang-format. (If this is what clang-format generated, no worries.)
> `arc diff` won't let you submit without first committing the changes clang-format makes :-)
> (FWIW I think our `.clang-format` is very underspecified.)
Fair enough. Thanks :)
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