mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-27 07:02:14 +00:00
@@ -325,5 +325,11 @@ namespace boost { namespace program_options {
|
||||
}
|
||||
return m_message.c_str();
|
||||
}
|
||||
|
||||
const std::string&
|
||||
required_option::get_option_name() const throw()
|
||||
{
|
||||
return m_option_name;
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user