Skip to content

Commit 1aee0bb

Browse files
committed
Fix insertions markers
1 parent 4a62cde commit 1aee0bb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

xml/issue4264.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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&lt;R&gt;(static_cast&lt;cv T&amp;&gt;(f), <i>call-args</i>...)</tt>.
204204
</p>
205-
<ins><p>-X- <i>Remarks</i>:
205+
<p>
206+
<ins>-?- <i>Remarks</i>:
206207
If <tt>remove_cveref_t&lt;F&gt;</tt> is specialization of <tt>function_ref</tt> implementation
207208
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>
209211
<pre>
210-
void f1() noexcept;
212+
<ins>void f1() noexcept;
211213
void f2() noexcept;
212214

213215
function_ref&lt;void() noexcept&gt; r1(&amp;r1);
214216
function_ref&lt;void()&gt; r2(r1);
215217
r1 = &amp;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> &mdash; <i>end example</i>]</p>
219-
</ins>
220+
<p>
221+
<ins>&mdash; <i>end example</i>]</ins>
222+
</p>
220223
</blockquote>
221224
</blockquote>
222225

0 commit comments

Comments
 (0)