Update of /cvsroot/boost/boost/boost/program_options
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv13215/boost/program_options

Modified Files:
        parsers.hpp 
Log Message:
Implement support for unregistered options in config files. Closes #687.

Index: parsers.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/program_options/parsers.hpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- parsers.hpp 27 Oct 2005 09:42:13 -0000      1.17
+++ parsers.hpp 11 Jul 2007 19:39:06 -0000      1.18
@@ -153,7 +153,8 @@
     BOOST_PROGRAM_OPTIONS_DECL
 #endif
     basic_parsed_options<charT>
-    parse_config_file(std::basic_istream<charT>&, const options_description&);
+    parse_config_file(std::basic_istream<charT>&, const options_description&,
+                      bool allow_unregistered = false);
 
     /** Controls if the 'collect_unregistered' function should
         include positional options, or not. */


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to