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
I have a very naive question that is much related to C++ than anything else. As it occurs in several points of the mozart2 implementation I decided to ask it here :).
The following is just a method I happened to step in while debugging some behavior.
My question is simple: why method that is supposed to return nothing (i.e. void) does actually contain return statements of "values" returned by others?. Is there some purpose behind this?
The text was updated successfully, but these errors were encountered:
I have a very naive question that is much related to C++ than anything else. As it occurs in several points of the mozart2 implementation I decided to ask it here :).
The following is just a method I happened to step in while debugging some behavior.
My question is simple: why method that is supposed to return nothing (i.e. void) does actually contain return statements of "values" returned by others?. Is there some purpose behind this?
The text was updated successfully, but these errors were encountered: