diff --git a/include/argparse/argparse.hpp b/include/argparse/argparse.hpp index af20f0b..e64beeb 100644 --- a/include/argparse/argparse.hpp +++ b/include/argparse/argparse.hpp @@ -79,10 +79,6 @@ struct is_streamable() template static constexpr bool is_streamable_v = is_streamable::value; -template -static constexpr bool is_representable_v = - is_streamable_v || is_container_v; - constexpr std::size_t repr_max_container_size = 5; template std::string repr(T const &val) {