Skip to content

Commit 79d71f3

Browse files
committed
[using.linkage, handler.functions] Remove inappropriate use of \xref
The \xref-style "see also" is only meant for references to the C standard, not for references within this document.
1 parent 9bfa5de commit 79d71f3

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

source/lib-intro.tex

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,8 @@
13921392
the program prior to program startup.
13931393

13941394
\indextext{startup!program}%
1395-
\xref
1395+
\pnum
1396+
See also
13961397
replacement functions~(\ref{replacement.functions}),
13971398
runtime changes~(\ref{handler.functions}).
13981399

@@ -2496,19 +2497,12 @@
24962497
A \Cpp program may install different handler functions during execution, by
24972498
supplying a pointer to a function defined in the program or the library
24982499
as an argument to (respectively):
2499-
25002500
\begin{itemize}
2501-
\item
2502-
\indexlibrary{\idxcode{set_new_handler}}%
2503-
\tcode{set_new_handler}
2504-
\item
2505-
\indexlibrary{\idxcode{set_terminate}}
2506-
\tcode{set_terminate}
2507-
2508-
\xref
2509-
subclauses~\ref{alloc.errors}, Storage allocation errors, and~\ref{support.exception},
2510-
Exception handling.
2501+
\item \indexlibrary{\idxcode{set_new_handler}}\tcode{set_new_handler}
2502+
\item \indexlibrary{\idxcode{set_terminate}}\tcode{set_terminate}
25112503
\end{itemize}
2504+
See also subclauses~\ref{alloc.errors}, Storage allocation errors, and~\ref{support.exception},
2505+
Exception handling.
25122506

25132507
\pnum
25142508
A \Cpp program can get a pointer to the current handler function by calling the following

0 commit comments

Comments
 (0)