mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-13 08:31:28 +02:00
The language defines a copy constructor as: TypeName(const TypeName&) so this was just deleting a constructor variant that would catch most cases of attempted copies.