Remove boost shared ptr
Me and Adrian have pleasure to present you the #noboostptr challenge !
Find more to replace:
- Search
boost::(shared_ptr|unique_ptr|make_shared|dynamic_pointer_cast)
- Replace with
std::$1
Me and Adrian have pleasure to present you the #noboostptr challenge !
Find more to replace:
boost::(shared_ptr|unique_ptr|make_shared|dynamic_pointer_cast)
std::$1