mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-01 18:49:13 +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.