diff --git a/include/cxxopts.hpp b/include/cxxopts.hpp index b1fff65..90a2d64 100644 --- a/include/cxxopts.hpp +++ b/include/cxxopts.hpp @@ -562,7 +562,7 @@ namespace cxxopts { template void - operator()(bool, U, const std::string&) {} + operator()(bool, U, const std::string&) const {} }; template