Skip to content

Commit a085658

Browse files
authored
Add code font
1 parent b33fc92 commit a085658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4256.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ struct M
2121
<p>
2222
The constructor of <code>function_ref&lt;void()&gt;</code> from <code>nontype_t</code>
2323
is considered to be valid candidate
24-
(is_constructible_v&lt;function_ref&lt;void()&gt;, nontype_t&lt;M{}&gt;&gt; is <code>true</code>),
24+
(<code>is_constructible_v&lt;function_ref&lt;void()&gt;, nontype_t&lt;M{}&gt;&gt;</code> is <code>true</code>),
2525
despite the fact that the corresponding invocation of template argument object, that is const lvalue,
2626
is ill-formed. As consequence we produce hard error from inside of this constructor.
2727
</p>

0 commit comments

Comments
 (0)