mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-26 01:28:42 +00:00
4bcbc72274
`std::shared_ptr` is intrusive. When a function expects a `std::shared_ptr` the caller has to use it too and can't store the element on the stack for example. Comments by: @vladislavbelov Differential Revision: https://code.wildfiregames.com/D5221 This was SVN commit r28131.