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
202202(<sref ref =" [defns.expression.equivalent]" />) to
203203<tt >invoke_r< R> (static_cast< cv T&> (f), <i >call-args</i >...)</tt >.
204204</p >
205- <ins ><p >-X- <i >Remarks</i >:
205+ <p >
206+ <ins >-?- <i >Remarks</i >:
206207If <tt >remove_cveref_t< F> </tt > is specialization of <tt >function_ref</tt > implementation
207208may 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 >
209211<pre >
210- void f1() noexcept;
212+ < ins > void f1() noexcept;
211213void f2() noexcept;
212214
213215function_ref< void() noexcept> r1(& r1);
214216function_ref< void()> r2(r1);
215217r1 = & f2;
216- f2(); // it is unspecified if `f1` or `f2` is invoked
218+ f2(); // it is unspecified if `f1` or `f2` is invoked</ ins >
217219</pre >
218- <p > — <i >end example</i >]</p >
219- </ins >
220+ <p >
221+ <ins >— <i >end example</i >]</ins >
222+ </p >
220223</blockquote >
221224</blockquote >
222225
You can’t perform that action at this time.
0 commit comments