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.
length(::Stateful)
1 parent a06a801 commit 5b61714Copy full SHA for 5b61714
HISTORY.md
@@ -119,6 +119,11 @@ New library features
119
Standard library changes
120
------------------------
121
122
+* It's not possible to define `length` for stateful iterators in a generally consistent manner. The
123
+ potential for silently incorrect results for `Stateful` iterators is addressed by deleting the
124
+ `length(::Stateful)` method. The last type parameter of `Stateful` is gone, too. Issue: ([#47790]),
125
+ PR: ([#51747]).
126
+
127
#### StyledStrings
128
129
* A new standard library for handling styling in a more comprehensive and structured way ([#49586]).
0 commit comments