Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for trailing return types #587

Merged
merged 1 commit into from
Jul 23, 2015
Merged

fix for trailing return types #587

merged 1 commit into from
Jul 23, 2015

Conversation

guwirth
Copy link
Collaborator

@guwirth guwirth commented Jul 23, 2015

supporting also more complex cases now:
auto str() -> long long;
auto str() const -> const char_;
auto std::map::at(const key_type& key) -> mapped_type&;
auto f() -> int(_)[4];
auto fpif(int) -> int(*)(int);

close #561

supporting also more complex cases now:
auto str() -> long long;
auto str() const -> const char*;
auto std::map::at(const key_type& key) -> mapped_type&;
auto f() -> int(*)[4];
auto fpif(int) -> int(*)(int);

close #561
@guwirth guwirth added the bug label Jul 23, 2015
@guwirth guwirth self-assigned this Jul 23, 2015
@guwirth guwirth added this to the M 0.9.4 milestone Jul 23, 2015
guwirth added a commit that referenced this pull request Jul 23, 2015
@guwirth guwirth merged commit 81aff9d into SonarOpenCommunity:master Jul 23, 2015
@guwirth guwirth deleted the bugfix/long_long_trailing_return_type branch September 16, 2015 16:38
@guwirth guwirth mentioned this pull request Oct 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

C++11: long long & trailing return type
1 participant