[libcxx-commits] [PATCH] D80899: [libcxx] adds std::compare_three_way

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 31 14:38:16 PDT 2020


cjdb created this revision.
cjdb added reviewers: EricWF, ldionne, mclow.lists, BRevzin, jfb.
cjdb added a project: libc++.
Herald added subscribers: libcxx-commits, dexonsmith.

[libcxx] adds std::compare_three_way

- Adds std::compare_three_way without concept-checking
- Adds test for std::compare_three_way


Repository:
  rCXX libc++

https://reviews.llvm.org/D80899

Files:
  libcxx/include/functional
  libcxx/test/std/utilities/function.objects/comparisons/compare_three_way.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80899.267525.patch
Type: text/x-patch
Size: 4293 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200531/d9e60f2e/attachment.bin>


More information about the libcxx-commits mailing list