From Jason Turner

[diff.cpp03.algorithms]

Diff to HTML by rtfpessoa

tmp/tmprqmro45n/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
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.
 
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.