tmp/tmpkcxldafv/{from.md → to.md}
RENAMED
|
@@ -1,15 +1,13 @@
|
|
| 1 |
-
###
|
| 2 |
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
|
| 9 |
-
[[refwrap]], [[arithmetic.operations]], [[comparisons]],
|
| 10 |
-
[[logical.operations]], [[bitwise.operations]], [[depr.negators]]
|
| 11 |
**Change:** Standard function object types no longer derived from
|
| 12 |
`std::unary_function` or `std::binary_function`. **Rationale:**
|
| 13 |
Superseded by new feature; `unary_function` and `binary_function` are no
|
| 14 |
longer defined. **Effect on original feature:** Valid C++03 code that
|
| 15 |
depends on function object types being derived from `unary_function` or
|
|
|
|
| 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
|