1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 12:41:01 +00:00
OpenMW/components
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-02-06 23:09:06 +01:00
2022-04-06 21:55:05 +02:00
2022-04-07 00:49:08 +02:00
2022-03-18 19:08:46 +01:00
2022-01-23 17:30:25 +01:00
2021-11-06 08:47:32 +03:00