Skip to content

Commit 5059a8f

Browse files
committed
Silence gcc warning. Thanks to Chris Stylianou.
Closes #8725. [SVN r84903]
1 parent b430a83 commit 5059a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/program_options/variables_map.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ namespace boost { namespace program_options {
9898
void store(const basic_parsed_options<char>& options,
9999
variables_map& m, bool);
100100

101-
friend BOOST_PROGRAM_OPTIONS_DECL class variables_map;
101+
friend class BOOST_PROGRAM_OPTIONS_DECL variables_map;
102102
};
103103

104104
/** Implements string->string mapping with convenient value casting

0 commit comments

Comments
 (0)