Skip to content

Commit 646bbea

Browse files
committed
Use new link macros.
1 parent fdca57c commit 646bbea

29 files changed

+750
-792
lines changed

source/algorithms.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
\pnum
77
This Clause describes components that \Cpp{} programs may use to perform
8-
algorithmic operations on containers\iref{containers} and other sequences.
8+
algorithmic operations on \link{containers}{containers} and other sequences.
99

1010
\pnum
1111
The following subclauses describe components for
@@ -7859,7 +7859,7 @@
78597859

78607860
\pnum
78617861
\remarks
7862-
Stable\iref{algorithm.stable}.
7862+
\link{Stable}{algorithm.stable}.
78637863
\end{itemdescr}
78647864

78657865
\begin{itemdecl}
@@ -11343,7 +11343,7 @@
1134311343
\pnum
1134411344
\constraints
1134511345
The expression \tcode{::new (declval<void*>()) T(declval<Args>()...)}
11346-
is well-formed when treated as an unevaluated operand\iref{term.unevaluated.operand}.
11346+
is well-formed when treated as an \deflink{unevaluated operand}{expr.context}.
1134711347

1134811348
\pnum
1134911349
\effects

0 commit comments

Comments
 (0)