File tree Expand file tree Collapse file tree 1 file changed +29
-28
lines changed Expand file tree Collapse file tree 1 file changed +29
-28
lines changed Original file line number Diff line number Diff line change 1554
1554
noted in other subclauses (\ref {headers }, \ref {support.types }, \ref {c.strings }).
1555
1555
1556
1556
\pnum
1557
- The \Cpp standard library provides 57 standard macros from the C library,
1557
+ The \Cpp standard library provides 51 standard macros from the C library,
1558
1558
as shown in Table~\ref {tab:diff.standard.macros }.
1559
1559
1560
1560
\pnum
1571
1571
1572
1572
\tcode {assert} &
1573
1573
\tcode {HUGE_VAL} &
1574
+ \tcode {NULL <cstdlib>} &
1575
+ \tcode {SIGILL} &
1576
+ \tcode {va_copy} \\
1577
+
1578
+ \tcode {BUFSIZ} &
1579
+ \tcode {LC_ALL} &
1574
1580
\tcode {NULL <cstring>} &
1575
1581
\tcode {SIGINT} &
1576
1582
\tcode {va_end} \\
1577
1583
1578
- \tcode {BUFSIZ} &
1579
- \tcode {LC_ALL} &
1584
+ \tcode {CLOCKS_PER_SEC} &
1585
+ \tcode {LC_COLLATE} &
1580
1586
\tcode {NULL <ctime>} &
1581
1587
\tcode {SIGSEGV} &
1582
1588
\tcode {va_start} \\
1583
1589
1584
- \tcode {CLOCKS_PER_SEC} &
1585
- \tcode {LC_COLLATE } &
1590
+ \tcode {EDOM} &
1591
+ \tcode {LC_CTYPE } &
1586
1592
\tcode {NULL <cwchar>} &
1587
1593
\tcode {SIGTERM} &
1588
1594
\tcode {WCHAR_MAX} \\
1589
1595
1590
- \tcode {EDOM } &
1591
- \tcode {LC_CTYPE} &
1596
+ \tcode {EILSEQ } &
1597
+ \tcode {LC_MONETARY} &
1592
1598
\tcode {offsetof} &
1593
1599
\tcode {SIG_DFL} &
1594
1600
\tcode {WCHAR_MIN} \\
1595
1601
1596
- \tcode {EILSEQ} &
1597
- \tcode {LC_MONETARY} &
1602
+ \tcode {EOF} &
1603
+ \tcode {LC_NUMERIC} &
1598
1604
\tcode {RAND_MAX} &
1599
1605
\tcode {SIG_ERR} &
1600
1606
\tcode {WEOF <cwchar>} \\
1601
1607
1602
- \tcode {EOF} &
1603
- \tcode {LC_NUMERIC} &
1608
+ \tcode {ERANGE} &
1609
+ \tcode {LC_TIME} &
1604
1610
\tcode {SEEK_CUR} &
1605
1611
\tcode {SIG_IGN} &
1606
1612
\tcode {WEOF <cwctype>} \\
1607
1613
1608
- \tcode {ERANGE} &
1609
- \tcode {LC_TIME} &
1614
+ \tcode {errno} &
1615
+ \tcode {L_tmpnam} &
1610
1616
\tcode {SEEK_END} &
1611
1617
\tcode {stderr} &
1612
1618
\tcode {_IOFBF} \\
1613
1619
1614
- \tcode {errno} &
1615
- \tcode {L_tmpnam } &
1620
+ \tcode {EXIT_FAILURE} &
1621
+ \tcode {MB_CUR_MAX } &
1616
1622
\tcode {SEEK_SET} &
1617
1623
\tcode {stdin} &
1618
1624
\tcode {_IOLBF} \\
1619
1625
1620
- \tcode {EXIT_FAILURE } &
1621
- \tcode {MB_CUR_MAX } &
1626
+ \tcode {EXIT_SUCCESS } &
1627
+ \tcode {NULL <clocale> } &
1622
1628
\tcode {setjmp} &
1623
1629
\tcode {stdout} &
1624
1630
\tcode {_IONBF} \\
1625
1631
1626
- \tcode {EXIT_SUCCESS } &
1627
- \tcode {NULL <clocale >} &
1632
+ \tcode {FILENAME_MAX } &
1633
+ \tcode {NULL <cstddef >} &
1628
1634
\tcode {SIGABRT} &
1629
1635
\tcode {TMP_MAX} & \\
1630
1636
1631
- \tcode {FILENAME_MAX} &
1632
- \tcode {NULL <cstddef >} &
1637
+ \tcode {FOPEN_MAX} &
1638
+ \tcode {NULL <cstdio >} &
1633
1639
\tcode {SIGFPE} &
1634
1640
\tcode {va_arg} & \\
1635
1641
1636
- \tcode {FOPEN_MAX} &
1637
- \tcode {NULL <cstdlib>} &
1638
- \tcode {SIGILL} &
1639
- \tcode {va_copy} & \\
1640
-
1641
1642
1642
1643
\end {floattable }
1643
1644
1644
1645
\pnum
1645
- The \Cpp standard library provides 57 standard values from the C library,
1646
+ The \Cpp standard library provides 45 standard values from the C library,
1646
1647
as shown in Table~\ref {tab:diff.standard.values }.
1647
1648
1648
1649
\begin {floattable }{Standard values}{tab:diff.standard.values}
1696
1697
\end {floattable }
1697
1698
1698
1699
\pnum
1699
- The \Cpp standard library provides 20 standard types from the C library,
1700
+ The \Cpp standard library provides 15 standard types from the C library,
1700
1701
as shown in Table~\ref {tab:diff.standard.types }.
1701
1702
1702
1703
\begin {floattable }{Standard types}{tab:diff.standard.types}
You can’t perform that action at this time.
0 commit comments