[all-commits] [llvm/llvm-project] 2193e8: [libcxx] adds concept `std::copy_constructible`
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Wed Feb 10 09:57:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2193e8be3efa5eea452c6c5bbc2f6393c8f10e62
https://github.com/llvm/llvm-project/commit/2193e8be3efa5eea452c6c5bbc2f6393c8f10e62
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/copyconstructible.compile.pass.cpp
Log Message:
-----------
[libcxx] adds concept `std::copy_constructible`
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Depends on D96230
Differential Revision: https://reviews.llvm.org/D96232
More information about the All-commits
mailing list