Skip to content

Add support for newer C++ language standards. #2716

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

Merged
merged 3 commits into from
Jun 26, 2020
Merged

Conversation

ddunbar
Copy link
Contributor

@ddunbar ddunbar commented Apr 29, 2020

  • This adds support for two newer C++ standards.

* This adds support for two newer C++ standards.
@ddunbar
Copy link
Contributor Author

ddunbar commented Apr 29, 2020

What do I need to do here w.r.t. package versioning?

@neonichu
Copy link
Contributor

neonichu commented Apr 29, 2020

You'll need availability annotations. I'm assuming we target 5.3 for this?

@available(_PackageDescription, introduced: 5.3)
case cxx17 = "c++17"

If this is for post-5.3, we have vNext.

@ddunbar
Copy link
Contributor Author

ddunbar commented Apr 30, 2020

@swift-ci please smoke test

@abertelrud
Copy link
Contributor

Looks good, if this is also going to be merged into the 5.3 branch. If it's just for master, the availability should be vNext.

@ddunbar
Copy link
Contributor Author

ddunbar commented May 6, 2020

Trunk is fine, will change to vNext.

@ddunbar
Copy link
Contributor Author

ddunbar commented May 6, 2020

@swift-ci please smoke test

@neonichu neonichu merged commit d23e5ba into master Jun 26, 2020
@neonichu neonichu deleted the ddunbar-patch-1 branch June 26, 2020 18:31
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