File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 10968
10968
Any exception thrown by \tcode {compar}\iref {res.on.exception.handling }.
10969
10969
\end {itemdescr }
10970
10970
10971
- \xref
10972
- ISO C 7.22.5.
10971
+ \xrefc {7.22.5}
Original file line number Diff line number Diff line change 9949
9949
\tcode {abs} is exempted from these rules in order to stay compatible with C.
9950
9950
\end {note }
9951
9951
9952
- \xref
9953
- ISO C 7.12
9952
+ \xrefc {7.12}
9954
9953
9955
9954
\rSec 2[c.math.abs]{Absolute values}
9956
9955
10047
10046
corresponding names defined in the C standard library.
10048
10047
Each function is overloaded for the three floating-point types.
10049
10048
10050
- \xref
10051
- ISO C 7.12.3, 7.12.4
10049
+ \xrefc {7.12.3, 7.12.4}
10052
10050
10053
10051
\rSec 2[sf.cmath]{Mathematical special functions}%
10054
10052
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ grep -n "// not defined" $texfiles |
71
71
grep -n ' ^[^%]*[^{"]C++[^"}]' $texfiles |
72
72
fail ' use \Cpp{} instead' || failed=1
73
73
74
+ # Use \xrefc instead of "ISO C x.y.z"
75
+ grep -n " ^ISO C [0-9]*\." $texfiles |
76
+ fail ' use \\xrefc instead' || failed=1
77
+
74
78
# Library element introducer followed by stuff.
75
79
grep -ne ' ^\\\(constraints\|mandates\|expects\|effects\|sync\|ensures\|returns\|throws\|complexity\|remarks\|errors\).\+$' $texlibdesc |
76
80
fail ' stuff after library element' || failed=1
You can’t perform that action at this time.
0 commit comments