Boost C++ Libraries: Ticket #7759: Support ; as comment character in config file https://svn.boost.org/trac10/ticket/7759 <p> Currently # is hardcoded as comment character, but for ini file, both # and ; are widely used as comment characters. </p> <p> Because program_options doesn't allow a non-section line without =, the config file parsing will fail if there are ; comments which doesn't have = in it. </p> <p> For example, this line will fail to parse: </p> <p> ; This is a comment </p> <p> The easiest fix will be adding check of ; in common_config_file_iterator::get() </p> <p> Thanks. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7759 Trac 1.4.3