diff --git a/turtle/detail/invocation.hpp b/turtle/detail/invocation.hpp index ec3a061..e9ec6b3 100644 --- a/turtle/detail/invocation.hpp +++ b/turtle/detail/invocation.hpp @@ -133,7 +133,7 @@ namespace detail { public: explicit at_least( std::size_t min ) - : between( min, std::numeric_limits< std::size_t >::max() ) + : between( min, (std::numeric_limits< std::size_t >::max)() ) {} private: