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

Update [diff.cpp17.library] to match new headers since C++17 #3122

Closed
zygoloid opened this issue Aug 5, 2019 · 6 comments
Closed

Update [diff.cpp17.library] to match new headers since C++17 #3122

zygoloid opened this issue Aug 5, 2019 · 6 comments
Assignees
Milestone

Comments

@zygoloid
Copy link
Member

zygoloid commented Aug 5, 2019

At least <format> is missing from this list; check for others too once we've merged all the motions.

@zygoloid zygoloid added this to the post-2019-07 milestone Aug 5, 2019
@jwakely
Copy link
Member

jwakely commented Aug 5, 2019

<stop_token> <semaphore> <latch> <barrier>

@zygoloid
Copy link
Member Author

zygoloid commented Aug 6, 2019

Turns out we're also missing <coroutine> from the list of headers. I have a patch.

@zygoloid
Copy link
Member Author

zygoloid commented Aug 6, 2019

(<charconv> and <source_location> are missing too.)

@CaseyCarter
Copy link
Contributor

<charconv> is a C++17 header.

@jensmaurer
Copy link
Member

I'll update the pull request.

@jensmaurer
Copy link
Member

<coroutine> is already present in Annex C, but it's missing from [tab:headers.cpp].

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 a pull request may close this issue.

4 participants