Compare commits

...

2 Commits

Author SHA1 Message Date
Marshall Clow
b90c1e2a5a Release 1.55.0
[SVN r86621]
2013-11-11 19:45:21 +00:00
Vladimir Prus
2ceb54f9a2 Merge: Really fixes #7049.
[SVN r82556]
2013-01-20 07:13:55 +00:00

View File

@@ -250,7 +250,7 @@ namespace boost { namespace program_options {
}
/** Does NOT set option name, because no option name makes sense */
virtual void set_option_name(const std::string& option_name){}
virtual void set_option_name(const std::string&) {}
~error_with_no_option_name() throw() {}
};