Skip to content

Commit 7c44c6a

Browse files
committed
Use new link macros.
1 parent 2cf6554 commit 7c44c6a

29 files changed

+692
-735
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
@@ -7958,7 +7958,7 @@
79587958

79597959
\pnum
79607960
\remarks
7961-
Stable\iref{algorithm.stable}.
7961+
\link{Stable}{algorithm.stable}.
79627962
\end{itemdescr}
79637963

79647964
\begin{itemdecl}
@@ -11566,7 +11566,7 @@
1156611566
\pnum
1156711567
\constraints
1156811568
The expression \tcode{::new (declval<void*>()) T(declval<Args>()...)}
11569-
is well-formed when treated as an unevaluated operand\iref{term.unevaluated.operand}.
11569+
is well-formed when treated as an \deflink{unevaluated operand}{expr.context}.
1157011570

1157111571
\pnum
1157211572
\effects

0 commit comments

Comments
 (0)