Skip to content

replace std::shared_ptr<T>(new T) with std::make_shared<T>

eef3d7f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Replace std::shared_ptr<T>(T*) usage in order to prevent additional memory allocation for shared_ptr control block #1355

replace std::shared_ptr<T>(new T) with std::make_shared<T>
eef3d7f
Select commit
Loading
Failed to load commit list.

The logs for this run have expired and are no longer available.