tmp/tmp0smizlca/{from.md → to.md}
RENAMED
|
@@ -2,9 +2,9 @@
|
|
| 2 |
|
| 3 |
**Change:** Result state of inputs after application of some algorithms.
|
| 4 |
**Rationale:** Required by new feature. **Effect on original feature:**
|
| 5 |
A valid C++03 program may detect that an object with a valid but
|
| 6 |
unspecified state has a different valid but unspecified state with this
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
|
|
|
|
| 2 |
|
| 3 |
**Change:** Result state of inputs after application of some algorithms.
|
| 4 |
**Rationale:** Required by new feature. **Effect on original feature:**
|
| 5 |
A valid C++03 program may detect that an object with a valid but
|
| 6 |
unspecified state has a different valid but unspecified state with this
|
| 7 |
+
revision of C++. For example, `std::remove` and `std::remove_if` may
|
| 8 |
+
leave the tail of the input sequence with a different set of values than
|
| 9 |
+
previously.
|
| 10 |
|