2
0
mirror of https://github.com/catchorg/Catch2 synced 2026-02-01 21:12:13 +00:00
Files
Catch2/include/internal/catch_approx.cpp
Martin Hořeňovský 597fca3c89 Remove <algorithm> header from the common path
It was only used for std::max<double> within Approx, so we now have
::Catch::Detail::max(double, double) that is used instead.
2017-08-17 20:04:53 +02:00

1.1 KiB