From fecef610262aaa492f25e764737f10911401be90 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 21 Mar 2024 12:42:51 +0100 Subject: d --- compat/limits.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'compat') 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 using integer_type = int64_t; }; -template requires std::is_integral_v using int_max = typename limits::max; -template requires std::is_integral_v using int_min = typename limits::min; - } // namespace floormat -- cgit v1.2.3