boost::shared_ptr => std::shared_ptr

This commit is contained in:
Sébastien Loriot
2023-06-15 10:57:01 +02:00
parent 5b0786aa99
commit 71b4e4f08f
69 changed files with 246 additions and 259 deletions
@@ -45,7 +45,7 @@
#include <boost/serialization/vector.hpp>
#endif
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
#include <unordered_set>
#include <iostream>
@@ -37,7 +37,7 @@ class Gradient_of_feature : public Feature_base
const InputRange& m_input;
ItemMap m_map;
Feature_handle m_feature;
boost::shared_ptr<NeighborQuery> m_query;
std::shared_ptr<NeighborQuery> m_query;
public:
/*!