[property_tree] - cvs version doesn't compile with gcc-4 - fix inside

12 Sep
2007
12 Sep
'07
6:33 a.m.
Hello, I tried to compile property_tree from cvs and got an compilation error regarding to xml_parser_read_rapidxml.hpp. I've had to change: doc.parse<parse_normalize_whitespace>(&v.front()); doc.parse<parse_normalize_whitespace | parse_comment_nodes>(&v.front()); To doc.template parse<parse_normalize_whitespace>(&v.front()); doc.template parse<parse_normalize_whitespace | parse_comment_nodes>(&v.front()); Regards, Oliver
6486
Age (days ago)
6486
Last active (days ago)
0 comments
1 participants
participants (1)
-
Oliver.Kowalke@qimonda.com