Kent Ross 64faab2e92 gate definition of symmetric equality operators on impl, not lib
These operators call themselves recursively if C++20 semantics are present in the compiler, regardless of standard library support for the operator; therefore the test should be on __cpp_impl_three_way_comparison, not __cpp_lib_[...].

This fixes the Value.EqualtoOperator test when the language standard is set to C++20 and the standard library does not yet define the library support macro.
2022-05-24 10:03:13 +08:00
..
2021-01-28 12:11:43 +00:00
2021-10-29 15:31:10 -07:00
2021-05-03 01:56:41 +03:00
2022-04-06 10:42:40 +09:00
2021-09-24 08:51:03 +01:00