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

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Feb 7 18:05:09 PST 2021


cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, CaseyCarter, mclow.lists, Mordante, miscco.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements parts of:

- P0898R3 Standard Library Concepts
- P1754 <https://reviews.llvm.org/P1754> Rename concepts to standard_case for C++20, while we still can


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96230

Files:
  libcxx/include/concepts
  libcxx/test/std/concepts/lang/moveconstructible.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96230.322013.patch
Type: text/x-patch
Size: 5857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210208/f0c1d1a4/attachment.bin>


More information about the libcxx-commits mailing list