|
724 | 724 |
|
725 | 725 | \pnum
|
726 | 726 | \indextext{signal-safe!\idxcode{numeric_limits} members}%
|
727 |
| -Each member function defined in this subclause is signal-safe~(\ref{csignal.syn}). |
| 727 | +Each member function defined in this subclause is signal-safe~(\ref{support.signal}). |
728 | 728 |
|
729 | 729 | \indexlibrarymember{min}{numeric_limits}%
|
730 | 730 | \begin{itemdecl}
|
|
1622 | 1622 | thread, or static storage duration and without calling functions passed to
|
1623 | 1623 | \tcode{atexit()}~(\ref{basic.start.term}).
|
1624 | 1624 | \indextext{signal-safe!\idxcode{_Exit}}%
|
1625 |
| -The function \tcode{_Exit} is signal-safe~(\ref{csignal.syn}). |
| 1625 | +The function \tcode{_Exit} is signal-safe~(\ref{support.signal}). |
1626 | 1626 | \end{itemdescr}
|
1627 | 1627 |
|
1628 | 1628 | \indexlibrary{\idxcode{abort}}%
|
|
1642 | 1642 | duration and without calling functions passed to
|
1643 | 1643 | \tcode{atexit()}~(\ref{basic.start.term}).
|
1644 | 1644 | \indextext{signal-safe!\idxcode{abort}}%
|
1645 |
| -The function \tcode{abort} is signal-safe~(\ref{csignal.syn}). |
| 1645 | +The function \tcode{abort} is signal-safe~(\ref{support.signal}). |
1646 | 1646 | \end{itemdescr}
|
1647 | 1647 |
|
1648 | 1648 | \indexlibrary{\idxcode{atexit}}%
|
|
1796 | 1796 | \pnum
|
1797 | 1797 | \remarks
|
1798 | 1798 | \indextext{signal-safe!\idxcode{quick_exit}}%
|
1799 |
| -The function \tcode{quick_exit} is signal-safe~(\ref{csignal.syn}) |
| 1799 | +The function \tcode{quick_exit} is signal-safe~(\ref{support.signal}) |
1800 | 1800 | when the functions registered with \tcode{at_quick_exit} are.
|
1801 | 1801 | \end{itemdescr}
|
1802 | 1802 |
|
|
3580 | 3580 | The header \tcode{<initializer_list>} defines a class template and several
|
3581 | 3581 | support functions related to list-initialization~(see \ref{dcl.init.list}).
|
3582 | 3582 | \indextext{signal-safe!\idxcode{initializer_list} functions}%
|
3583 |
| -All functions specified in this subclause are signal-safe~(\ref{csignal.syn}). |
| 3583 | +All functions specified in this subclause are signal-safe~(\ref{support.signal}). |
3584 | 3584 |
|
3585 | 3585 | \rSec2[initializer_list.syn]{Header \tcode{<initializer_list>} synopsis}
|
3586 | 3586 | \indexlibrary{\idxcode{initializer_list}}%
|
|
0 commit comments