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

[c.files] table 134 lists SCNX* macros, which do not exist #596

Closed
cubbimew opened this issue Jan 2, 2016 · 2 comments
Closed

[c.files] table 134 lists SCNX* macros, which do not exist #596

cubbimew opened this issue Jan 2, 2016 · 2 comments

Comments

@cubbimew
Copy link
Contributor

cubbimew commented Jan 2, 2016

[c.files] Table 134 - Header <cinttypes> synopsis mentions
SCN{d i o u x X}[FAST LEAST]{8 16 32 64}
SCN{d i o u x X}{MAX PTR}
but there are no SCNX* macros in C's inttypes.h, only SCNx*.

This contradicts [c.files]/4 "The contents of header <cinttypes> are the same as the Standard C Library header <inttypes.h>", and looks like a copy-paste error from the PRI* macros just above, which do come in both PRIx and PRIX variants.

@timsong-cpp
Copy link
Contributor

I actually sent an email to lwgchair@ yesterday, since I wasn't sure if this counts as editorial. But if it can be handled editorially, all the better :)

@jwakely
Copy link
Member

jwakely commented Jan 5, 2016

Resolved by merging #597

@jwakely jwakely closed this as completed Jan 5, 2016
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

No branches or pull requests

3 participants