[Fem] Use std::shared_ptr instead of boost::shared_ptr
There's no need to use boost version when stl has support for shared_ptr
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
using namespace Fem;
|
||||
|
||||
|
||||
HypothesisPy::HypothesisPy(boost::shared_ptr<SMESH_Hypothesis> h)
|
||||
HypothesisPy::HypothesisPy(std::shared_ptr<SMESH_Hypothesis> h)
|
||||
: hyp(h)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user