Skip to content

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