diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index 37f2325..0472f9e 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -556,7 +556,7 @@ namespace cxxopts template void - checked_negate(R&, T&&, const std::string& text, std::false_type) + checked_negate(R&, T&&, const std::string& text, std::false_type) { throw_or_mimic(text); }