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

DM-10342: Switch to C++14 #30

Merged
merged 1 commit into from Dec 8, 2017
Merged

DM-10342: Switch to C++14 #30

merged 1 commit into from Dec 8, 2017

Conversation

timj
Copy link
Member

@timj timj commented Apr 27, 2017

Implements RFC-332

@@ -345,22 +345,22 @@ def ClassifyCc(context):
env.Append(LINKFLAGS='--coverage')

#
# Enable C++11 support (and C99 support for gcc)
# Enable C++14 support (and C99 support for gcc)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this C99 comment still relevant?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know. But upping the C version was not part of the RFC.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I'll leave the comment as is.

@timj timj changed the title Switch to C++14 DM-10342: Switch to C++14 Jul 21, 2017
Implements RFC-332
@pschella pschella merged commit 812352e into master Dec 8, 2017
@ktlim ktlim deleted the tickets/DM-10342 branch August 25, 2018 06:16
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.

None yet

2 participants