Closed Thesola10 closed 2 years ago
On modern GCC on Linux, building the project fails due to repeatedly erroring out with:
error: "numeric_limits" is not a member of "std".
A quick Google search tells me this is due to a missing #include <limits> or something.
#include <limits>
On modern GCC on Linux, building the project fails due to repeatedly erroring out with:
A quick Google search tells me this is due to a missing
#include <limits>
or something.