diff options
-rw-r--r-- | compat/limits.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compat/limits.hpp b/compat/limits.hpp new file mode 100644 index 00000000..ec1b67a8 --- /dev/null +++ b/compat/limits.hpp @@ -0,0 +1,3 @@ +#pragma once + +// add things from numeric_limits for {u,}ints and floats/doubles/long doubles |