[libcxx-commits] [PATCH] D96477: [libcxx] adds remaining callable concepts

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 10 18:40:06 PST 2021


cjdb created this revision.
cjdb added reviewers: ldionne, EricWF, CaseyCarter, mclow.lists, miscco, Mordante.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

- `std::predicate`
- `std::relation`
- `std::equivalence_relation`
- `std::strict_weak_order`

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/D96477

Files:
  libcxx/include/concepts
  libcxx/test/std/concepts/callable/equiv.compile.pass.cpp
  libcxx/test/std/concepts/callable/functions.h
  libcxx/test/std/concepts/callable/invocable.compile.pass.cpp
  libcxx/test/std/concepts/callable/predicate.compile.pass.cpp
  libcxx/test/std/concepts/callable/regularinvocable.compile.pass.cpp
  libcxx/test/std/concepts/callable/relation.compile.pass.cpp
  libcxx/test/std/concepts/callable/strictweakorder.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96477.322890.patch
Type: text/x-patch
Size: 22064 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210211/e4193624/attachment-0001.bin>


More information about the libcxx-commits mailing list