id summary reporter owner description type status milestone component version severity resolution keywords cc 6423 json_parser_read.hpp bug with libc++ kyle.tarplee@… Sebastian Redl "When building with the attached program with clang++ (svn) and libc++ I get the following error. I believe it's a error in boost (as opposed to the library or the compiler). I think line 105 of boost/property_tree/detail/json_parser_read.hpp should be: c.stack.back()->push_back(std::make_pair(c.name, Ptree(Str(b, e)))); and not c.stack.back()->push_back(std::make_pair(c.name, Str(b, e))); The second argument to make_pair should be a Ptree not a string. Right? " Bugs closed Boost 1.50.0 property_tree Boost 1.48.0 Problem duplicate ptree libc++