mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-27 02:55:31 +01:00
5129d2ae78
We need move-assignment semantics to viably utilize these objects as class members, they cannot be replaced without move-assign (or copy-assign but that is undesirable here). This commit fixes that by introducing a move assignment operator to them while making the `slot` a pointer which has the necessary nullability semantics.