[libcxx][test] MoveOnly's comparisons are non-member
authorCasey Carter <Casey@Carter.net>
Thu, 28 Jan 2021 22:24:31 +0000 (14:24 -0800)
committerCasey Carter <Casey@Carter.net>
Fri, 29 Jan 2021 01:07:03 +0000 (17:07 -0800)
commitad4a6ce10c43d65dd12502bda26dbc983f9bef4e
treea28bb6dbcb1150263ef2316d5f3115cae4c76887
parent0824694d68d3b4aa2d6c726e395516dd1387a718
[libcxx][test] MoveOnly's comparisons are non-member

... so that comparisons with an `int` LHS and `MoveOnly` RHS are valid, as is necessary for the `partial_sort_copy` test to pass with an implementation that doesn't force a conversion to the type of the RHS as libc++ does.
libcxx/test/support/MoveOnly.h