Compare commits

...

2 Commits

Author SHA1 Message Date
Marshall Clow
e257904044 Release 1.53.0
[SVN r82734]
2013-02-04 18:11:49 +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() {}
};