diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 30ece57..a76bd84 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -554,7 +554,6 @@ namespace cxxopts using US = typename std::make_unsigned::type; - constexpr auto umax = (std::numeric_limits::max)(); constexpr bool is_signed = std::numeric_limits::is_signed; const bool negative = match.length(1) > 0; const uint8_t base = match.length(2) > 0 ? 16 : 10;