File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -202,21 +202,24 @@ and <tt><i>thunk-ptr</i></tt> with the address of a function <tt><i>thunk</i></t
202
202
(<sref ref =" [defns.expression.equivalent]" />) to
203
203
<tt >invoke_r< R> (static_cast< cv T&> (f), <i >call-args</i >...)</tt >.
204
204
</p >
205
- <ins ><p >-X- <i >Remarks</i >:
205
+ <p >
206
+ <ins >-?- <i >Remarks</i >:
206
207
If <tt >remove_cveref_t< F> </tt > is specialization of <tt >function_ref</tt > implementation
207
208
may initialize <tt ><i >bound-entity</i ></tt > with <tt ><i >bound-entity</i ></tt > of <tt >f</tt >.
208
- [<i >Example:</i >:</p >
209
+ [<i >Example:</i >:</ins >
210
+ </p >
209
211
<pre >
210
- void f1() noexcept;
212
+ < ins > void f1() noexcept;
211
213
void f2() noexcept;
212
214
213
215
function_ref< void() noexcept> r1(& r1);
214
216
function_ref< void()> r2(r1);
215
217
r1 = & f2;
216
- f2(); // it is unspecified if `f1` or `f2` is invoked
218
+ f2(); // it is unspecified if `f1` or `f2` is invoked</ ins >
217
219
</pre >
218
- <p > — <i >end example</i >]</p >
219
- </ins >
220
+ <p >
221
+ <ins >— <i >end example</i >]</ins >
222
+ </p >
220
223
</blockquote >
221
224
</blockquote >
222
225
You can’t perform that action at this time.
0 commit comments