We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b430a83 commit 5059a8fCopy full SHA for 5059a8f
include/boost/program_options/variables_map.hpp
@@ -98,7 +98,7 @@ namespace boost { namespace program_options {
98
void store(const basic_parsed_options<char>& options,
99
variables_map& m, bool);
100
101
- friend BOOST_PROGRAM_OPTIONS_DECL class variables_map;
+ friend class BOOST_PROGRAM_OPTIONS_DECL variables_map;
102
};
103
104
/** Implements string->string mapping with convenient value casting
0 commit comments