Skip to content

Commit 1fcc1c9

Browse files
committed
Improve code comment in submission text example
1 parent 4cced70 commit 1fcc1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/issue4253.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using BI = std::basic_const_iterator<I>;
2727
static_assert(std::same_as<RI::iterator_type, I>);
2828
static_assert(std::same_as<MI::iterator_type, I>);
2929
static_assert(std::same_as<CI::iterator_type, I>);
30-
static_assert(std::same_as&lt;BI::iterator_type, I&gt;); // <span style="color:#C80000;font-weight:bold">fire</span>
30+
static_assert(std::same_as&lt;BI::iterator_type, I&gt;); // <span style="color:#C80000;font-weight:bold">error</span>
3131
</pre></blockquote>
3232
<p>
3333
It seems reasonable to add one for `basic_const_iterator` for consistency.

0 commit comments

Comments
 (0)