id summary reporter owner description type status milestone component version severity resolution keywords cc 1604 property_tree xml parser doesn't compile with gcc tim@… kaalus "the property_tree xml parser doesn't seem to compile on gcc ... neither on gcc-4.1, 4.2 or 4.3 ... i was using the latest svn checkout ... {{{ tim@laptop:~/workspace/boost/libs/property_tree/examples$ g++-4.2 -c -I../../.. debug_settings.cpp In file included from ../../../boost/property_tree/xml_parser.hpp:29, from debug_settings.cpp:12: ../../../boost/property_tree/detail/xml_parser_read_rapidxml.hpp: In function ‘void boost::property_tree::xml_parser::read_xml_internal(std::basic_istream >&, Ptree&, int, const std::string&)’: ../../../boost/property_tree/detail/xml_parser_read_rapidxml.hpp:100: error: expected primary-expression before ‘;’ token ../../../boost/property_tree/detail/xml_parser_read_rapidxml.hpp: In function ‘void boost::property_tree::xml_parser::read_xml_internal(std::basic_istream >&, Ptree&, int, const std::string&) [with Ptree = boost::property_tree::basic_ptree, std::allocator > >, std::basic_string, std::allocator >, boost::property_tree::basic_path, std::allocator > >, std::basic_string, std::allocator >, boost::property_tree::translator>]’: ../../../boost/property_tree/xml_parser.hpp:60: instantiated from ‘void boost::property_tree::xml_parser::read_xml(const std::string&, Ptree&, int, const std::locale&) [with Ptree = boost::property_tree::ptree]’ debug_settings.cpp:39: instantiated from here ../../../boost/property_tree/detail/xml_parser_read_rapidxml.hpp:100: error: address of overloaded function with no contextual type information }}} " Bugs closed Boost 1.36.0 property_tree Problem fixed