id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 1184,property_tree assignment (operator) bug,michael.walter@…,kaalus,"Using boost 1.34.1 and the property_tree from boost-sandbox (CVS!) the following code segfaults: {{{ #include using namespace boost::property_tree; int main() { ptree pt; pt.put(""foo.bar"", ""baz""); pt=pt.get_child(""foo""); } }}} (that is, when you assign a ptree's child to itself)",Bugs,closed,To Be Determined,property_tree,,Problem,wontfix,,