mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 16:43:00 +00:00
Replace Boost shared pointers
Generated with the assistance of an AI coding tool.
This commit is contained in:
@@ -442,7 +442,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
boost::shared_ptr<geometry_serializer> serializer_;
|
||||
std::shared_ptr<geometry_serializer> serializer_;
|
||||
};
|
||||
%}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user