[all-commits] [llvm/llvm-project] 6d7228: [libc++][ranges] Add indirectly_comparable concept
philnik777 via All-commits
all-commits at lists.llvm.org
Tue Jan 4 14:42:26 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d722801d1a2cd1af8e139c8052443feb62c0eae
https://github.com/llvm/llvm-project/commit/6d722801d1a2cd1af8e139c8052443feb62c0eae
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M libcxx/docs/Status/RangesPaper.csv
M libcxx/include/CMakeLists.txt
A libcxx/include/__iterator/indirectly_comparable.h
M libcxx/include/iterator
M libcxx/include/module.modulemap
A libcxx/test/libcxx/diagnostics/detail.headers/iterator/indirectly_comparable.module.verify.cpp
A libcxx/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/indirectly_comparable.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] Add indirectly_comparable concept
Add `indirectly_comparable` concept
Reviewed By: Quuxplusone, Mordante, #libc
Spies: mgorny, libcxx-commits
Differential Revision: https://reviews.llvm.org/D116268
More information about the All-commits
mailing list