Skip to content

Remove boost shared ptr

Gabriel Schlozer requested to merge RemoveBoostSharedPtr into 3.11/sprint

Me and Adrian have pleasure to present you the #noboostptr challenge !

Find more to replace:

  1. Search boost::(shared_ptr|unique_ptr|make_shared|dynamic_pointer_cast)
  2. Replace with std::$1

Merge request reports