summaryrefslogtreecommitdiffhomepage
path: root/compat/limits.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-03-21 12:42:51 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-03-21 17:58:16 +0100
commitfecef610262aaa492f25e764737f10911401be90 (patch)
treee5e899d61562ee0fd8707ba45643bc03efe68bd4 /compat/limits.hpp
parentd7f75c614a805aa18aff53e4de98d9457cb02a89 (diff)
d
Diffstat (limited to 'compat/limits.hpp')
-rw-r--r--compat/limits.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/compat/limits.hpp b/compat/limits.hpp
index 93c66951..ffad9c7c 100644
--- a/compat/limits.hpp
+++ b/compat/limits.hpp
@@ -35,7 +35,4 @@ template<> struct limits<double>
using integer_type = int64_t;
};
-template<typename T> requires std::is_integral_v<T> using int_max = typename limits<T>::max;
-template<typename T> requires std::is_integral_v<T> using int_min = typename limits<T>::min;
-
} // namespace floormat