From Jason Turner

[diff.cpp17.containers]

Diff to HTML by rtfpessoa

tmp/tmpig_jcr06/{from.md → to.md} RENAMED
@@ -2,10 +2,10 @@
2
 
3
  **Change:** Return types of `remove`, `remove_if`, and `unique` changed
4
  from `void` to `container::size_type`. **Rationale:** Improve efficiency
5
  and convenience of finding number of removed elements. **Effect on
6
  original feature:** Code that depends on the return types might have
7
- different semantics in this International Standard. Translation units
8
- compiled against this version of C++ may be incompatible with
9
- translation units compiled against C++17, either failing to link or
10
- having undefined behavior.
11
 
 
2
 
3
  **Change:** Return types of `remove`, `remove_if`, and `unique` changed
4
  from `void` to `container::size_type`. **Rationale:** Improve efficiency
5
  and convenience of finding number of removed elements. **Effect on
6
  original feature:** Code that depends on the return types might have
7
+ different semantics in this revision of C++. Translation units compiled
8
+ against this version of C++ may be incompatible with translation units
9
+ compiled against C++17, either failing to link or having undefined
10
+ behavior.
11