boost::program_options::too_many_positional_options_error
// In header: <boost/program_options/errors.hpp> class too_many_positional_options_error : public { public: // construct/copy/destruct (); };
Class thrown when there are too many positional options. This is a programming error.
too_many_positional_options_error
();