1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-09 18:40:14 +00:00
elsid 4509b05bc8
Use std::make_shared instead of new
make_shared allocates single storage for ref counter and the object.
std::shared_ptr<T>(new T) allocates 2 storages.
2022-04-08 22:50:09 +02:00
..
2022-04-06 21:55:05 +02:00
2022-03-25 20:03:13 +00:00
2016-12-15 13:09:40 +01:00
2021-10-05 22:51:12 +02:00