Skip to content

Commit 37ca461

Browse files
burblebeetkoeppe
authored andcommitted
[func.wrap.ref] Add references to [defns.expression.equivalent] on "expression-equivalent"
1 parent 98cbb4a commit 37ca461

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/utilities.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13579,7 +13579,7 @@
1357913579
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1358013580
such that
1358113581
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13582-
is expression-equivalent to
13582+
is expression-equivalent\iref{defns.expression.equivalent} to
1358313583
\tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
1358413584
\end{itemdescr}
1358513585

@@ -13607,7 +13607,7 @@
1360713607
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1360813608
such that
1360913609
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13610-
is expression-equivalent to
13610+
is expression-equivalent\iref{defns.expression.equivalent} to
1361113611
\tcode{invoke_r<R>(static_cast<\cv{} T\&>(f), \placeholder{call-args}...)}.
1361213612
\end{itemdescr}
1361313613

@@ -13637,7 +13637,7 @@
1363713637
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1363813638
such that
1363913639
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13640-
is expression-equivalent to
13640+
is expression-equivalent\iref{defns.expression.equivalent} to
1364113641
\tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
1364213642
\end{itemdescr}
1364313643

@@ -13671,7 +13671,7 @@
1367113671
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1367213672
such that
1367313673
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13674-
is expression-equivalent to
13674+
is expression-equivalent\iref{defns.expression.equivalent} to
1367513675
\tcode{invoke_r<R>(f, static_cast<\cv{} T\&>(obj), \placeholder{call-args}...)}.
1367613676
\end{itemdescr}
1367713677

@@ -13706,7 +13706,7 @@
1370613706
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1370713707
such that
1370813708
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13709-
is expression-equivalent to
13709+
is expression-equivalent\iref{defns.expression.equivalent} to
1371013710
\tcode{invoke_r<R>(f, obj, \placeholder{call-args}...)}.
1371113711
\end{itemdescr}
1371213712

0 commit comments

Comments
 (0)