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 40fdb50 commit 183bc90Copy full SHA for 183bc90
xml/issue4253.xml
@@ -54,7 +54,7 @@ namespace std {
54
<i>iter-const-rvalue-reference-t</i><Iterator>;
55
56
public:
57
- <ins>using iterator_type = I;</ins>
+ <ins>using iterator_type = Iterator;</ins>
58
using iterator_concept = <i>see below</i>;
59
using iterator_category = <i>see below</i>; // <i>not always present</i>
60
using value_type = iter_value_t<Iterator>;
0 commit comments