[all-commits] [llvm/llvm-project] 35bb1f: [NFC][libc++][test] Removes unneeded code.
mordante via All-commits
all-commits at lists.llvm.org
Wed Aug 10 10:01:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 35bb1f5f340b1242d39646466bc2b9fafa1c60e7
https://github.com/llvm/llvm-project/commit/35bb1f5f340b1242d39646466bc2b9fafa1c60e7
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-08-10 (Wed, 10 Aug 2022)
Changed paths:
M libcxx/test/support/test_comparisons.h
Log Message:
-----------
[NFC][libc++][test] Removes unneeded code.
In D130295 @mumbleskates wondered why `std::strong_ordering::equal` had
special code since it's the same as `std::strong_ordering::equivalent`.
This is indeed the case so the special case can be removed.
Reviewed By: mumbleskates, #libc, avogelsgesang, ldionne
Differential Revision: https://reviews.llvm.org/D131419
More information about the All-commits
mailing list