[all-commits] [llvm/llvm-project] e63ddc: [libcxx] adds concepts std::equality_comparable[_w...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Thu Mar 4 18:24:58 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e63ddcccf8dbe5cdd348b791f3beb7afe3a1a71c
https://github.com/llvm/llvm-project/commit/e63ddcccf8dbe5cdd348b791f3beb7afe3a1a71c
Author: Christopher Di Bella <cjdb.ns at gmail.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M libcxx/include/concepts
A libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable.compile.pass.cpp
A libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable_with.compile.pass.cpp
A libcxx/test/std/concepts/comparison/types.h
Log Message:
-----------
[libcxx] adds concepts std::equality_comparable[_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, Quuxplusone
Differential Revision: https://reviews.llvm.org/D97176
More information about the All-commits
mailing list