You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Zig has well-defined return copy elision. If we define the wrapper functions to be inline, then many copies from a semantical view would be eliminated. For example:
Wow sorry, I completely missed this issue. Considering that this is mostly just a light-weight wrapper, I think there is no downside into making these function inline (there shouldn't be too much extra processing time).
Zig has well-defined return copy elision. If we define the wrapper functions to be inline, then many copies from a semantical view would be eliminated. For example:
The text was updated successfully, but these errors were encountered: