ComputationalBiomechanicsLab / opensim-creator

A UI for building OpenSim models
https://opensimcreator.com
Apache License 2.0
141 stars 17 forks source link

Refactor `clone` etc. to use `osc::Clone`, which returns a `std::unique_ptr<T>` rather than `T*` #758

Closed adamkewley closed 1 year ago

adamkewley commented 1 year ago

So that cloning is RAII-safe