mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-05 13:04:54 +02:00
06a56a0ec3
/home/runner/work/vcmi/vcmi/test/../Global.h:700:36: error: no matching function for call to 'max' const Floating relativeEpsilon = std::max(std::abs(left), std::abs(right)) * epsilon; ^~~~~~~~ /home/runner/work/vcmi/vcmi/test/JsonComparer.cpp:48:16: note: in instantiation of function template specialization 'vstd::isAlmostEqual<double, int>' requested here return vstd::isAlmostEqual(value.Float(), 0); ^