mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-26 17:32:57 +00:00
Removes const from some variables that are returned from functions, as this allows the move assignment/constructors to execute for them.
Removes const from some variables that are returned from functions, as this allows the move assignment/constructors to execute for them.