You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the code requires users to type lots of their own std::shared_ptr<> instantiations and correctly construct the objects in the right order. Add a factory to simplify this process & make this library easier to use.
Right now the code requires users to type lots of their own std::shared_ptr<> instantiations and correctly construct the objects in the right order. Add a factory to simplify this process & make this library easier to use.