diff --git a/include/fmt/format.h b/include/fmt/format.h index 98bfade4..5223e8c8 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -2117,12 +2117,10 @@ template struct loc_writer { return true; } - template ::value)> + template ::value)> auto operator()(T) -> bool { return false; } - - auto operator()(...) -> bool { return false; } }; template