Fix sections numbers in existing \xrefc and \IsoC#8113
Conversation
| \end{itemdescr} | ||
|
|
||
| \xrefc{7.22.7.1, 7.22.8, 7.29.6.2.1} | ||
| \xrefc{7.24.8.1, 7.24.9, 7.31.6.3.1} |
There was a problem hiding this comment.
| \xrefc{7.24.8.1, 7.24.9, 7.31.6.3.1} | |
| \xrefc{7.24.8.2, 7.24.9, 7.31.6.3.1} |
I wonder if we can just remove this entire paragraph.
3be3103 to
95f18b4
Compare
\xrefc\xrefc and \IsoC
Thanks! I initially didn't intent to fix section numbers after |
|
Please feel free to sqash all this into a single commit, and maybe put all the section references into the joint commit message. @jwakely would you perhaps be able to have a look? |
89ade52 to
aa0355e
Compare
[intro.abstract] Update to refer to C23 7.23.3 [basic.fundamental] Update to refer to C23 5.3.5.3.2 ... due to new sections added after WG14 N3220 [support.types] Un-update to refer to C23 7.21 In WG14 N3550, the section number of <stddef.h> components has become 7.22 due to addition of <stdcountof.h>. [climits.syn] Update to refer to C23 5.3.5.3.2 ... due to new sections added after WG14 N3220 [cfloat.syn] Update to refer to C23 5.3.5.3.3 ... due to new sections added after WG14 N3220 [support.start.term] Update to refer to C23 7.24.5 ... due to new sections added after WG14 N3220 [cstdarg.syn] Update to refer to C23 6.5.3.3 ... due to new sections added after WG14 N3220 [c.malloc] Update to refer to C23 7.24.4 [alg.c.library] Update to refer to C23 7.24.6 ... due to new sections added after WG14 N3220 [charconv.to.chars] Update to refer to C23 7.23.6.2 [charconv.from.chars] Update to refer to C23 7.24.2.6, 7.24.2.8 [c.mb.wcs] Update to refer to C23 7.24.8.2, 7.24.9, 7.31.6.3.1, 7.24.8 ... and C23 7.30.2, 7.31.6.4, 7.31.6.5 due to new sections added after WG14 N3220 [c.math.rand] Update to refer to C23 7.24.3 [c.math.abs] Update to refer to C23 7.12.8.3, 7.24.7.1 ... partially due to new sections added after WG14 N3220 [c.math.fpclass] Update to refer to C23 7.12.4, 7.12.18 ... partially due to new sections added after WG14 N3220, along with typo fix [iostream.objects.overview] Update to refer to C23 7.23.2 [print.fun] Update to refer to C23 7.23.2 [cstdio.syn] Update to refer to C23 7.23.3 [depr.c.macros] Update to refer to C23 5.3.5.3.3, 7.33.6 ... due to new sections added after WG14 N3220
aa0355e to
5979203
Compare
|
@jwakely , could you please take a look at the library xref fixes here? Thanks! |
|
Sorry I missed the initial ping while I was on holiday, looking now ... |
jwakely
left a comment
There was a problem hiding this comment.
These all look correct - thanks for doing this.
|
@jensmaurer could we have this in C++26? |
Currently, there are many mistakes in the section numbers in
\xrefcand after\IsoC{}.<stddef.h>, while in C2y a new header<stdcountof.h>is added.Fixes #8109. Fixes #8228.