Browse Source
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.pull/15/merge
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue