Skip to content

Commit f271e1f

Browse files
committed
Merge from trunk.
[SVN r78362]
1 parent 63e8f1c commit f271e1f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

include/boost/program_options/detail/config_file.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
#include <boost/program_options/eof_iterator.hpp>
1818

1919
#include <boost/detail/workaround.hpp>
20-
#if BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3202))
2120
#include <boost/program_options/detail/convert.hpp>
22-
#endif
2321

2422
#if BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(60590042))
2523
#include <istream> // std::getline

include/boost/program_options/errors.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace boost { namespace program_options {
4141
class BOOST_PROGRAM_OPTIONS_DECL too_many_positional_options_error : public error {
4242
public:
4343
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")
4545
{}
4646
};
4747

0 commit comments

Comments
 (0)