1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-02-19 03:39:54 +00:00
Nekotekina 77aa9e58f2 shared_ptr.hpp: add trivial conversion for shared/single types
These conversions don't exist in std::shared_ptr-alike types.
But I don't want to bother with == operators until we have proper C++20.
Removed trivial conversion for atomic_ptr because it's heavyweight.
2020-12-07 15:33:28 +03:00
..
2020-11-07 19:22:40 +01:00
2020-11-06 00:10:16 +03:00
2020-11-06 00:10:16 +03:00
2020-10-31 15:34:14 +03:00
2020-11-06 00:10:16 +03:00
2020-11-10 01:44:31 +03:00
2020-12-04 19:11:36 +03:00