Issue 44: "const" is missing for const return types
The modifiers (things like const, volatile, etc) were not being added to return types.
Showing
Please register or sign in to comment
The modifiers (things like const, volatile, etc) were not being added to return types.