diff --git a/include/argparse.hpp b/include/argparse.hpp index 6e7ac31..644a7b8 100644 --- a/include/argparse.hpp +++ b/include/argparse.hpp @@ -58,6 +58,9 @@ struct is_container_helper {}; template struct is_container : std::false_type {}; +template<> +struct is_container : std::false_type {}; + template struct is_container