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
Today, the Factory class returns shared_ptr on Allocate(...) calls - it should instead return unique_ptr as we do not continue to own the lifetime of the pointer, nor do we maintain a reference to it.