-
Notifications
You must be signed in to change notification settings - Fork 771
[headers] is incomplete #7850
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
Comments
17.15 [support.c.headers] is mentioned in a footnote, and in p9, but there's no hint that [support.c.headers] includes new headers which don't correspond to anything in Table 25 [tab:headers.cpp.c]. Footnote 145 says "It is intentional that there is no C++ header for any of these C headers: Maybe we just want [headers] p9 to mention that [support.c.headers] has some additions, without going into details. |
Wait, |
The note in [support.c.headers.general] is now wrong, though:
|
Yes, that's my point. It's in the C++ standard library, but because there is no |
IMO it would make more sense to move some contents of [support.c.headers] into [headers], as all of these headers should be considered as C++ standard library headers. And it would be easier to maintain the specification if headers are nearly listed. |
At least
<stdatomic.h>
,<stdbit.h>
and<stdckdint.h>
are not mentioned there.Does this need an LWG issue?
The text was updated successfully, but these errors were encountered: