[libcxx-commits] [PATCH] D96230: [libcxx] adds concept `std::move_constructible`

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 9 14:55:07 PST 2021


ldionne added inline comments.


================
Comment at: libcxx/test/std/concepts/lang/moveconstructible.compile.pass.cpp:1
+//===----------------------------------------------------------------------===//
+//
----------------
ldionne wrote:
> Should this test be named `move_constructible.compile.pass.cpp` instead?
Ahh, I see, you've named them after the section in the standard. LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96230



More information about the libcxx-commits mailing list