[all-commits] [llvm/llvm-project] 2b2f36: [libcxx] adds concept `std::move_constructible`
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Wed Feb 10 09:34:09 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2b2f36a8b12be43d0d85c67a7f1582390b7cc27b
https://github.com/llvm/llvm-project/commit/2b2f36a8b12be43d0d85c67a7f1582390b7cc27b
Author: Christopher Di Bella <cjdb at google.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M libcxx/include/concepts
A libcxx/test/std/concepts/lang/moveconstructible.compile.pass.cpp
A libcxx/test/std/concepts/lang/moveconstructible.h
Log Message:
-----------
[libcxx] adds concept `std::move_constructible`
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Depends on D77961
Differential Revision: https://reviews.llvm.org/D96230
More information about the All-commits
mailing list