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

Apply gyp patch that adds support for setting the compiler dialect on OS X #252

Merged
merged 1 commit into from
Jun 17, 2013

Conversation

jkp
Copy link
Contributor

@jkp jkp commented May 16, 2013

Our code uses some c++0x features - with the version of gyp you were using previously it was not possible to override the dialect for the compiler (using CLANG_CXX_LANGUAGE_STANDARD in the xcode_settings section) - applying this upstream patch to gyp fixes that.

@jkp
Copy link
Contributor Author

jkp commented Jun 12, 2013

Any chance of some feedback on this? It's fairly important for users of modern C++.

Thanks for your time.

@springmeyer
Copy link

👍 - I will also need c++11 support soon.

TooTallNate added a commit that referenced this pull request Jun 17, 2013
Apply gyp patch that adds support for setting the compiler dialect on OS X
@TooTallNate TooTallNate merged commit 2e9bdae into nodejs:master Jun 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants