Compare commits

...

2 Commits

Author SHA1 Message Date
Marshall Clow
1dbfc08de8 Release 1.54.0
[SVN r84923]
2013-07-01 16:53:14 +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() {}
};