We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f563b1 commit 5bd2e98Copy full SHA for 5bd2e98
xml/issue4264.xml
@@ -216,7 +216,7 @@ void f2() noexcept;
216
function_ref<void() noexcept> r1(&r1);
217
function_ref<void()> r2(r1);
218
r1 = &f2;
219
-r2(); // it is unspecified if `f1` or `f2` is invoked</ins>
+f2(); // it is unspecified if `f1` or `f2` is invoked</ins>
220
</pre>
221
<p>
222
<ins>— <i>end example</i>]</ins>
0 commit comments