Ticket #8725: patch-8725.txt

File patch-8725.txt, 577 bytes (added by Chris Stylianou <chris5287@…>, 9 years ago)
Line 
1Index: boost/program_options/variables_map.hpp
2===================================================================
3--- boost/program_options/variables_map.hpp (revision 84899)
4+++ boost/program_options/variables_map.hpp (working copy)
5@@ -98,7 +98,7 @@
6 void store(const basic_parsed_options<char>& options,
7 variables_map& m, bool);
8
9- friend BOOST_PROGRAM_OPTIONS_DECL class variables_map;
10+ friend class BOOST_PROGRAM_OPTIONS_DECL variables_map;
11 };
12
13 /** Implements string->string mapping with convenient value casting