Skip to content

Commit 08defad

Browse files
burblebeetkoeppe
authored andcommitted
[func.wrap.ref] Add references to [defns.expression.equivalent] on "expression-equivalent"
1 parent a91769e commit 08defad

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
@@ -13577,7 +13577,7 @@
1357713577
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1357813578
such that
1357913579
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13580-
is expression-equivalent to
13580+
is expression-equivalent\iref{defns.expression.equivalent} to
1358113581
\tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
1358213582
\end{itemdescr}
1358313583

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

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

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

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

0 commit comments

Comments
 (0)