[all-commits] [llvm/llvm-project] 3f5438: [libcxx] adds concept `std::common_reference_with`
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Wed Mar 3 17:54:28 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f5438c46cc8ddfbd221336153700da0bc527752
https://github.com/llvm/llvm-project/commit/3f5438c46cc8ddfbd221336153700da0bc527752
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/commonreference.compile.pass.cpp
Log Message:
-----------
[libcxx] adds concept `std::common_reference_with`
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 Rename concepts to standard_case for C++20, while we still can
Depends on D96657
Reviewed By: ldionne, Mordante, #libc
Differential Revision: https://reviews.llvm.org/D96660
More information about the All-commits
mailing list