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 b33fc92 commit a085658Copy full SHA for a085658
xml/issue4256.xml
@@ -21,7 +21,7 @@ struct M
21
<p>
22
The constructor of <code>function_ref<void()></code> from <code>nontype_t</code>
23
is considered to be valid candidate
24
-(is_constructible_v<function_ref<void()>, nontype_t<M{}>> is <code>true</code>),
+(<code>is_constructible_v<function_ref<void()>, nontype_t<M{}>></code> is <code>true</code>),
25
despite the fact that the corresponding invocation of template argument object, that is const lvalue,
26
is ill-formed. As consequence we produce hard error from inside of this constructor.
27
</p>
0 commit comments