separate switch for KM (a usb3 switch+hub) and for V.
Hal_Canary
https://halcanary.org/ https://mastodon.sdf.org/@hal_canary/ https://twitter.com/halcanary https://www.reddit.com/user/hwc PGP Key: 9E4B56B252BA5544135A6146BDA20B3DBAF71EE3
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: June 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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.