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

Mixing attribute syntaxes leads to compiler errors #2956

Closed
chinz07 opened this issue Oct 16, 2017 · 0 comments · Fixed by #2957
Closed

Mixing attribute syntaxes leads to compiler errors #2956

chinz07 opened this issue Oct 16, 2017 · 0 comments · Fixed by #2957

Comments

@chinz07
Copy link
Contributor

chinz07 commented Oct 16, 2017

Clang will generate a compiler error if an attribute using the C++11 syntax is preceded by another attribute using the GCC syntax.

The only occurrence of this issue I have found so far is in hpx_finalize.hpp line 115.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants