Skip to content

Commit 0298754

Browse files
committed
Use new link macros.
1 parent c1c4c27 commit 0298754

27 files changed

+647
-662
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
@@ -8125,7 +8125,7 @@
81258125

81268126
\pnum
81278127
\remarks
8128-
Stable\iref{algorithm.stable}.
8128+
\link{Stable}{algorithm.stable}.
81298129
\end{itemdescr}
81308130

81318131
\begin{itemdecl}
@@ -11742,7 +11742,7 @@
1174211742
\pnum
1174311743
\constraints
1174411744
The expression \tcode{::new (declval<void*>()) T(declval<Args>()...)}
11745-
is well-formed when treated as an unevaluated operand\iref{term.unevaluated.operand}.
11745+
is well-formed when treated as an \deflink{unevaluated operand}{expr.context}.
1174611746

1174711747
\pnum
1174811748
\effects

0 commit comments

Comments
 (0)