From 6324e12a4d7cbf027df9443cf380cffef33f5a52 Mon Sep 17 00:00:00 2001 From: Alexander Grund Date: Fri, 16 Sep 2022 15:19:18 +0200 Subject: [PATCH] Fix typo in checked_float.hpp --- include/boost/safe_numerics/checked_float.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/safe_numerics/checked_float.hpp b/include/boost/safe_numerics/checked_float.hpp index 011b127..397b0fa 100644 --- a/include/boost/safe_numerics/checked_float.hpp +++ b/include/boost/safe_numerics/checked_float.hpp @@ -61,7 +61,7 @@ struct heterogeneous_checked_operation< F, typename std::enable_if< std::is_floating_point::value - && std::is_integralt::value + && std::is_integral::value >::type >{ constexpr static checked_result