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
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 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 |
|