Enhancement to flag options as required, Fixes #2982

[SVN r58263]
This commit is contained in:
Sascha Ochsenknecht
2009-12-10 08:46:44 +00:00
parent fbb8f045ee
commit 970e377710
8 changed files with 191 additions and 21 deletions

View File

@@ -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;
}
}}