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

Changed usage of __has_include to support Intel compiler. #307

Merged
merged 1 commit into from
Feb 9, 2015

Conversation

aubreyrjones
Copy link

Intel compiler supports __has_include, but does not support angle brackets in the argument. Clang and Intel both accept quotes with seemingly identical semantics to one another, and to angle brackets. Only difference appears to be that icpc no longer crashes trying to compile code using glm.

Intel compiler supports __has_include, but does not support angle brackets in the argument. Clang and Intel both accept quotes with seemingly identical semantics to one another, and to angle brackets. Only difference appears to be that `icpc` no longer crashes trying to compile code using glm.
Groovounet added a commit that referenced this pull request Feb 9, 2015
Changed usage of __has_include to support Intel compiler. #307
@Groovounet Groovounet merged commit 969daee into g-truc:master Feb 9, 2015
@Groovounet Groovounet added this to the GLM 0.9.7 milestone Feb 9, 2015
@Groovounet Groovounet self-assigned this Feb 9, 2015
@Groovounet Groovounet added the bug label Feb 9, 2015
@Groovounet
Copy link
Member

Thanks for contributing!

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

Successfully merging this pull request may close these issues.

2 participants