[all-commits] [llvm/llvm-project] fce9ca: [libc++][test] Pass correct ordering to std::merge
Casey Carter via All-commits
all-commits at lists.llvm.org
Mon Oct 19 17:13:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fce9ca3c1e3adf9f506cd0e195b7f27b4f8db0c4
https://github.com/llvm/llvm-project/commit/fce9ca3c1e3adf9f506cd0e195b7f27b4f8db0c4
Author: Casey Carter <Casey at Carter.net>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M libcxx/test/std/algorithms/alg.sorting/alg.merge/merge_comp.pass.cpp
Log Message:
-----------
[libc++][test] Pass correct ordering to std::merge
The predicate passed to `merge` must induce a strict weak ordering on its arguments.
More information about the All-commits
mailing list