[libcxx-commits] [PATCH] D98983: [libcxx] adds concepts `std::totally_ordered` and `std::totally_ordered_with`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Mar 19 13:24:03 PDT 2021
cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, Mordante, miscco, zoecarver, Quuxplusone.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implements parts of:
- P0898R3 Standard Library Concepts
- P1754 <https://reviews.llvm.org/P1754> Rename concepts to standard_case for C++20, while we still can
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98983
Files:
libcxx/include/concepts
libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable.compile.pass.cpp
libcxx/test/std/concepts/comparison/concepts.equalitycomparable/equality_comparable_with.compile.pass.cpp
libcxx/test/std/concepts/comparison/concepts.totallyordered/totally_ordered.compile.pass.cpp
libcxx/test/std/concepts/comparison/concepts.totallyordered/totally_ordered_with.compile.pass.cpp
libcxx/test/std/concepts/comparison/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98983.331988.patch
Type: text/x-patch
Size: 99648 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210319/5815d767/attachment-0001.bin>
More information about the libcxx-commits
mailing list