nodelet_core icon indicating copy to clipboard operation
nodelet_core copied to clipboard

use std::unordered_map with std::unique_ptr for boost::ptr_map

Open kejxu opened this issue 6 years ago • 0 comments

this changes removes dependency on boost::ptr_map, making memory management explicit with std::unique_ptr. this would require at least c++11, with std::make_unique optionally requires c++14

this change likely needs to be updated after https://github.com/ros/nodelet_core/pull/90

kejxu avatar Jul 17 '19 18:07 kejxu