From Jason Turner

[diff.cpp17.containers]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpp7ynbfdm/{from.md → to.md} +11 -0
tmp/tmpp7ynbfdm/{from.md → to.md} RENAMED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### [[containers]]: containers library <a id="diff.cpp17.containers">[[diff.cpp17.containers]]</a>
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
+