Skip to content

MNT: Remove unnecssary boost namespace

Paul McCarthy requested to merge mnt/boost into master

These statements should have been removed in the migration from boost::shared_ptr to std::shared_ptr (07ac5334). They did not initially cause an error because boost header files were being implicitly included by external header files.

Merge request reports