[all-commits] [llvm/llvm-project] c74433: [libcxx] adds std::ranges::swap, std::swappable, a...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Fri Mar 5 19:04:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c7443327930d1a045abf784615686c1226cdaade
https://github.com/llvm/llvm-project/commit/c7443327930d1a045abf784615686c1226cdaade
Author: Christopher Di Bella <cjdb.ns at gmail.com>
Date: 2021-03-05 (Fri, 05 Mar 2021)
Changed paths:
M libcxx/include/concepts
M libcxx/test/std/concepts/lang/moveconstructible.h
A libcxx/test/std/concepts/lang/swappable.h
A libcxx/test/std/concepts/lang/swappable.pass.cpp
A libcxx/test/std/concepts/lang/swappable_with.compile.pass.cpp
Log Message:
-----------
[libcxx] adds std::ranges::swap, std::swappable, and std::swappable_with
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Depends on D96742
Differential Revision: https://reviews.llvm.org/D97162
More information about the All-commits
mailing list