boost::shared_ptr => std::shared_ptr
This commit is contained in:
+1
-1
@@ -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:
|
||||
/*!
|
||||
|
||||
Reference in New Issue
Block a user