From Jason Turner

[diff.cpp03.algorithms]

Diff to HTML by rtfpessoa

tmp/tmpgv7ojfc_/{from.md → to.md} RENAMED
@@ -1,10 +1,10 @@
1
- ### Clause [[algorithms]]: algorithms library <a id="diff.cpp03.algorithms">[[diff.cpp03.algorithms]]</a>
2
 
3
- [[algorithms.general]] **Change:** Result state of inputs after
4
- application of some algorithms. **Rationale:** Required by new feature.
5
- **Effect on original feature:** A valid C++03program may detect that an
6
- object with a valid but unspecified state has a different valid but
7
- unspecified state with this International Standard. For example,
8
- `std::remove` and `std::remove_if` may leave the tail of the input
9
- sequence with a different set of values than previously.
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