tmp/tmpygvqfrrv/{from.md → to.md}
RENAMED
|
@@ -1,15 +1,9 @@
|
|
| 1 |
### [[utilities]]: general utilities library <a id="diff.cpp03.utilities">[[diff.cpp03.utilities]]</a>
|
| 2 |
|
| 3 |
-
**Change:** Minimal support for garbage-collected regions.
|
| 4 |
-
**Rationale:** Required by new feature. **Effect on original feature:**
|
| 5 |
-
Valid C++03 code, compiled without traceable pointer support, that
|
| 6 |
-
interacts with newer C++ code using regions declared reachable may have
|
| 7 |
-
different runtime behavior.
|
| 8 |
-
|
| 9 |
**Change:** Standard function object types no longer derived from
|
| 10 |
`std::unary_function` or `std::binary_function`. **Rationale:**
|
| 11 |
Superseded by new feature; `unary_function` and `binary_function` are no
|
| 12 |
longer defined. **Effect on original feature:** Valid C++03 code that
|
| 13 |
depends on function object types being derived from `unary_function` or
|
| 14 |
-
`binary_function` may fail to compile in this
|
| 15 |
|
|
|
|
| 1 |
### [[utilities]]: general utilities library <a id="diff.cpp03.utilities">[[diff.cpp03.utilities]]</a>
|
| 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
**Change:** Standard function object types no longer derived from
|
| 4 |
`std::unary_function` or `std::binary_function`. **Rationale:**
|
| 5 |
Superseded by new feature; `unary_function` and `binary_function` are no
|
| 6 |
longer defined. **Effect on original feature:** Valid C++03 code that
|
| 7 |
depends on function object types being derived from `unary_function` or
|
| 8 |
+
`binary_function` may fail to compile in this revision of C++.
|
| 9 |
|