$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Leo Carreon (lcarreon_at_[hidden])
Date: 2020-04-30 08:35:20
Hi Boosters,
Does anyone know if Boost.Test has been updated to provide support for the three-way comparison operator?
Iâm asking because Iâve encountered a situation where my user-defined class provides the three-way comparison operator but when I perform comparisons using Boost.Test it complains that my class has no âoperator==â which is true because it provides âoperator<=>â.
Please note that Iâm using Boost 1.73.0 and g++ 10.0.1.
Is there any plan to add the three-way comparison operator support?
Kind regards,
Leo