File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
include/boost/program_options Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 17
17
#include < boost/program_options/eof_iterator.hpp>
18
18
19
19
#include < boost/detail/workaround.hpp>
20
- #if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3202))
21
20
#include < boost/program_options/detail/convert.hpp>
22
- #endif
23
21
24
22
#if BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(60590042))
25
23
#include < istream> // std::getline
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ namespace boost { namespace program_options {
41
41
class BOOST_PROGRAM_OPTIONS_DECL too_many_positional_options_error : public error {
42
42
public:
43
43
too_many_positional_options_error ()
44
- : error(" too many positional arguments have been specified on the command line" )
44
+ : error(" too many positional options have been specified on the command line" )
45
45
{}
46
46
};
47
47
You can’t perform that action at this time.
0 commit comments