[all-commits] [llvm/llvm-project] f89331: [libcxx] adds concept `std::common_with`
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Wed Mar 3 20:31:36 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f893312c1a6a67075f2f38b22e8fd866f0d3d9db
https://github.com/llvm/llvm-project/commit/f893312c1a6a67075f2f38b22e8fd866f0d3d9db
Author: Christopher Di Bella <cjdb.ns at gmail.com>
Date: 2021-03-03 (Wed, 03 Mar 2021)
Changed paths:
M libcxx/include/concepts
A libcxx/test/std/concepts/lang/common.compile.pass.cpp
Log Message:
-----------
[libcxx] adds concept `std::common_with`
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Depends on D96660
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D96683
More information about the All-commits
mailing list