tmp/tmpsagfbw2m/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### [[iterators]]: iterators library <a id="diff.cpp17.iterators">[[diff.cpp17.iterators]]</a>
|
| 2 |
+
|
| 3 |
+
**Change:** The specialization of `iterator_traits` for `void*` and for
|
| 4 |
+
function pointer types no longer contains any nested typedefs.
|
| 5 |
+
**Rationale:** Corrects an issue misidentifying pointer types that are
|
| 6 |
+
not incrementable as iterator types. **Effect on original feature:** A
|
| 7 |
+
valid C++17 program that relies on the presence of the typedefs may fail
|
| 8 |
+
to compile, or have different behavior.
|
| 9 |
+
|