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
After changing slice2cpp to use triple slash doc-comments instead of Javadoc style comments,
I noticed that the order of catch blocks that slice2cpp generates for an operation's exception specification can randomly swap around.
This isn't critical, but it'd be nice if slice2cpp would always output the exact same generated code when re-compiling the same Slice.
The text was updated successfully, but these errors were encountered:
After changing
slice2cpp
to use triple slash doc-comments instead of Javadoc style comments,I noticed that the order of
catch
blocks thatslice2cpp
generates for an operation's exception specification can randomly swap around.This isn't critical, but it'd be nice if
slice2cpp
would always output the exact same generated code when re-compiling the same Slice.The text was updated successfully, but these errors were encountered: