mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-17 12:42:52 +00:00
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.