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

Move to -std=g++11 from -std=c++11 #6339

Merged
merged 2 commits into from Jul 25, 2019
Merged

Conversation

earlephilhower
Copy link
Collaborator

Looking at other projects, they're all building using gnu extensions
(-std=gnu++11). We're already embedding gnu-specific pragmas for
compile options, so I see no reason not to fall in line w/others on
this.

Fixes #4639

earlephilhower and others added 2 commits July 24, 2019 13:19
Looking at other projects, they're all building using gnu extensions
(-std=gnu++11).  We're already embedding gnu-specific pragmas for
compile options, so I see no reason not to fall in line w/others on
this.

Fixes esp8266#4639
@d-a-v d-a-v merged commit 17ee380 into esp8266:master Jul 25, 2019
@earlephilhower earlephilhower deleted the gnu11 branch July 25, 2019 16:42
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.

Incorrect expansion of ,##__VA_ARGS__ in macro
3 participants