[all-commits] [llvm/llvm-project] dc9f38: [libcxx] adds concept std::movable
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Thu Mar 11 19:29:12 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc9f385722245858a2d5160d5764158195e3751e
https://github.com/llvm/llvm-project/commit/dc9f385722245858a2d5160d5764158195e3751e
Author: Christopher Di Bella <cjdb.ns at gmail.com>
Date: 2021-03-11 (Thu, 11 Mar 2021)
Changed paths:
M libcxx/include/concepts
M libcxx/test/std/concepts/lang/copyconstructible.compile.pass.cpp
M libcxx/test/std/concepts/lang/moveconstructible.compile.pass.cpp
R libcxx/test/std/concepts/lang/moveconstructible.h
R libcxx/test/std/concepts/lang/swappable.h
M libcxx/test/std/concepts/lang/swappable.pass.cpp
M libcxx/test/std/concepts/lang/swappable_with.compile.pass.cpp
A libcxx/test/std/concepts/object/movable.compile.pass.cpp
A libcxx/test/support/type_classification/movable.h
A libcxx/test/support/type_classification/moveconstructible.h
A libcxx/test/support/type_classification/swappable.h
Log Message:
-----------
[libcxx] adds concept std::movable
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Depends on D97162
Reviewed By: EricWF, #libc, Quuxplusone
Differential Revision: https://reviews.llvm.org/D97359
More information about the All-commits
mailing list