-
Mathias Goldau authored
[CHANGE] Lines having the "boost::shared_ptr< foo > bar = boost::shared_ptr< foo >" idiom have changed to " boost::shared_ptr< foo > bar(..)" in core as well.
cc878456
[CHANGE] Lines having the "boost::shared_ptr< foo > bar = boost::shared_ptr< foo >" idiom have changed to " boost::shared_ptr< foo > bar(..)" in core as well.