mirror of
https://github.com/catchorg/Catch2.git
synced 2026-07-10 10:31:03 +02:00
597fca3c89
It was only used for std::max<double> within Approx, so we now have ::Catch::Detail::max(double, double) that is used instead.