Skip to content

Commit 5bd2e98

Browse files
committed
Revert "Fix example of P/R"
This reverts commit 5f563b1.
1 parent 5f563b1 commit 5bd2e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4264.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void f2() noexcept;
216216
function_ref<void() noexcept> r1(&r1);
217217
function_ref<void()> r2(r1);
218218
r1 = &f2;
219-
r2(); // it is unspecified if `f1` or `f2` is invoked</ins>
219+
f2(); // it is unspecified if `f1` or `f2` is invoked</ins>
220220
</pre>
221221
<p>
222222
<ins>&mdash; <i>end example</i>]</ins>

0 commit comments

Comments
 (0)