boostorg / test

The reference C++ unit testing framework (TDD, xUnit, C++03/11/14/17)
http://boost.org/libs/test
Boost Software License 1.0
182 stars 141 forks source link

Spaceship `<=>` operator support #271

Open raffienficiaud opened 4 years ago

raffienficiaud commented 4 years ago

Would be good to support C++20 spaceship 3-way <=> operator in boost.test.

lfcarreon1 commented 4 years ago

Is there a chance to fix this issue for the next Boost release? This issue is causing my user-defined types with three-way comparison operator test cases to fail.