tmp/tmpgv7ojfc_/{from.md → to.md}
RENAMED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
-
###
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
|
|
|
|
| 1 |
+
### [[algorithms]]: algorithms library <a id="diff.cpp03.algorithms">[[diff.cpp03.algorithms]]</a>
|
| 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 |
+
International Standard. For example, `std::remove` and `std::remove_if`
|
| 8 |
+
may leave the tail of the input sequence with a different set of values
|
| 9 |
+
than previously.
|
| 10 |
|