mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-14 07:23:58 +00:00
1ff9ad4e7c
This removes the const qualification for types when MakeResult(arg) is used in a const member function, allowing for automatic deduction and removing the need to manually specify the non-const type as the template argument.