jakcron / libtoolchain

Toolchain Development Library
Other
2 stars 0 forks source link

"numeric_limits" is not a member of "std" #26

Closed Thesola10 closed 2 years ago

Thesola10 commented 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.