1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-02-05 13:04:54 +02:00
Alexander Wilms 06a56a0ec3 Try to fix compilation error:
/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);
                             ^
2024-02-18 23:32:12 +01:00
..
2023-04-17 00:43:13 +03:00
2023-10-23 16:05:38 +03:00
2023-04-17 00:43:13 +03:00
2023-09-17 12:36:57 +00:00
2024-01-16 19:02:39 +00:00
2024-02-18 23:32:12 +01:00
2021-04-10 02:04:07 +03:00