Skip to content

Commit dbe5c60

Browse files
committed
[func.wrap.ref] Add references to [defns.expression.equivalent] on "expression-equivalent"
1 parent 75f8155 commit dbe5c60

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
@@ -13570,7 +13570,7 @@
1357013570
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1357113571
such that
1357213572
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13573-
is expression-equivalent to
13573+
is expression-equivalent\iref{defns.expression.equivalent} to
1357413574
\tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
1357513575
\end{itemdescr}
1357613576

@@ -13598,7 +13598,7 @@
1359813598
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1359913599
such that
1360013600
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13601-
is expression-equivalent to
13601+
is expression-equivalent\iref{defns.expression.equivalent} to
1360213602
\tcode{invoke_r<R>(static_cast<\cv{} T\&>(f), \placeholder{call-args}...)}.
1360313603
\end{itemdescr}
1360413604

@@ -13628,7 +13628,7 @@
1362813628
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1362913629
such that
1363013630
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13631-
is expression-equivalent to
13631+
is expression-equivalent\iref{defns.expression.equivalent} to
1363213632
\tcode{invoke_r<R>(f, \placeholder{call-args}...)}.
1363313633
\end{itemdescr}
1363413634

@@ -13662,7 +13662,7 @@
1366213662
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1366313663
such that
1366413664
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13665-
is expression-equivalent to
13665+
is expression-equivalent\iref{defns.expression.equivalent} to
1366613666
\tcode{invoke_r<R>(f, static_cast<\cv{} T\&>(obj), \placeholder{call-args}...)}.
1366713667
\end{itemdescr}
1366813668

@@ -13697,7 +13697,7 @@
1369713697
\exposid{thunk-ptr} with the address of a function \tcode{\placeholder{thunk}}
1369813698
such that
1369913699
\tcode{\placeholder{thunk}(\exposid{bound-entity}, \placeholder{call-args}...)}
13700-
is expression-equivalent to
13700+
is expression-equivalent\iref{defns.expression.equivalent} to
1370113701
\tcode{invoke_r<R>(f, obj, \placeholder{call-args}...)}.
1370213702
\end{itemdescr}
1370313703

0 commit comments

Comments
 (0)