diff --git a/include/CLI.hpp b/include/CLI.hpp index 37c2cd4a..caf2db93 100644 --- a/include/CLI.hpp +++ b/include/CLI.hpp @@ -277,7 +277,7 @@ inline std::tuple,std::vector> get_names(c } } - return {short_names, long_names}; + return std::tuple,std::vector>(short_names, long_names); }