diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-03 17:43:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-03-04 06:58:14 +0100 |
commit | 3d9cbbad7dc4b96becaf97f607832a28f62e1a3d (patch) | |
tree | 14dfa2f51552c0a3f663d1dd2dddb63f233b7614 /compat/limits.hpp | |
parent | fe07b408bb2ff5e4b95c51f1a3eaf3af8580dc76 (diff) |
b
Diffstat (limited to 'compat/limits.hpp')
-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 |