mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-31 03:53:02 -06:00
441a2812ed
Given the std::vector was const, an automatic move out of the function could not occur. We can allow automatic return value optimizations to occur by making the buffer non-const.