I came here to say this.
Declare result in the first line of the function and return result is the last line. In C++, this is a big hint to the compiler that you want return value optimization to kick in.
result
return result
separate switch for KM (a usb3 switch+hub) and for V.
Superman III
This makes me cry.
I came here to say this.
Declare
result
in the first line of the function andreturn result
is the last line. In C++, this is a big hint to the compiler that you want return value optimization to kick in.