[all-commits] [llvm/llvm-project] ec789a: [libc++] Add equality for spaceship types for them...
Christopher Di Bella via All-commits
all-commits at lists.llvm.org
Thu Jun 18 07:23:19 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ec789a41e296de552623b0e1836c70329ba85247
https://github.com/llvm/llvm-project/commit/ec789a41e296de552623b0e1836c70329ba85247
Author: Christopher Di Bella <cjdb at google.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M libcxx/include/compare
M libcxx/test/std/language.support/cmp/cmp.partialord/partialord.pass.cpp
M libcxx/test/std/language.support/cmp/cmp.strongord/strongord.pass.cpp
M libcxx/test/std/language.support/cmp/cmp.weakord/weakord.pass.cpp
M libcxx/www/cxx2a_status.html
Log Message:
-----------
[libc++] Add equality for spaceship types for themselves
- Adds operator==(partial_ordering, partial_ordering)
- Adds operator==(weak_ordering, weak_ordering)
- Adds operator==(strong_ordering, strong_ordering)
Differential Revision: https://reviews.llvm.org/D81823
More information about the All-commits
mailing list