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 4cced70 commit 1fcc1c9Copy full SHA for 1fcc1c9
xml/issue4253.xml
@@ -27,7 +27,7 @@ using BI = std::basic_const_iterator<I>;
27
static_assert(std::same_as<RI::iterator_type, I>);
28
static_assert(std::same_as<MI::iterator_type, I>);
29
static_assert(std::same_as<CI::iterator_type, I>);
30
-static_assert(std::same_as<BI::iterator_type, I>); // <span style="color:#C80000;font-weight:bold">fire</span>
+static_assert(std::same_as<BI::iterator_type, I>); // <span style="color:#C80000;font-weight:bold">error</span>
31
</pre></blockquote>
32
<p>
33
It seems reasonable to add one for `basic_const_iterator` for consistency.
0 commit comments