Salome HOME
Boost has been removed from code
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI.i
index c2dbb80f02aea85a57e2eaae35826df36bf43faf..b93be2a7e5af7c1f565a014a5845e2e60088d79f 100644 (file)
@@ -1,7 +1,6 @@
 /* GeomAPI.i */
 %module GeomAlgoAPI
 %{
-  #include "memory"
   #include "GeomAlgoAPI.h"
   #include "GeomAlgoAPI_FaceBuilder.h"
   #include "GeomAlgoAPI_EdgeBuilder.h"
 %include "typemaps.i"
 %include "std_string.i"
 %include "std_list.i"
-//%include <std_shared_ptr.i>
-%include <boost_shared_ptr.i>
+%include "std_shared_ptr.i"
 
-%template(ShapeList) std::list<boost::shared_ptr<GeomAPI_Shape> >;
+%template(ShapeList) std::list<std::shared_ptr<GeomAPI_Shape> >;
 
 // all supported interfaces
 %include "GeomAlgoAPI_FaceBuilder.h"