mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-04-16 09:14:10 -05:00

std::moveing a local variable in a return statement has the potential to prevent copy elision from occurring, so this can just be converted into a regular return.