Skip to content

Commit a4026ae

Browse files
committed
Use new link macros.
1 parent bbe8826 commit a4026ae

27 files changed

+648
-663
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}
@@ -11733,7 +11733,7 @@
1173311733
\pnum
1173411734
\constraints
1173511735
The expression \tcode{::new (declval<void*>()) T(declval<Args>()...)}
11736-
is well-formed when treated as an unevaluated operand\iref{term.unevaluated.operand}.
11736+
is well-formed when treated as an \deflink{unevaluated operand}{expr.context}.
1173711737

1173811738
\pnum
1173911739
\effects

0 commit comments

Comments
 (0)