From Jason Turner

[diff.cpp03.utilities]

Diff to HTML by rtfpessoa

tmp/tmpkcxldafv/{from.md → to.md} RENAMED
@@ -1,15 +1,13 @@
1
- ### Clause [[utilities]]: general utilities library <a id="diff.cpp03.utilities">[[diff.cpp03.utilities]]</a>
2
 
3
- [[util.dynamic.safety]] **Change:** Minimal support for
4
- garbage-collected regions. **Rationale:** Required by new feature.
5
- **Effect on original feature:** Valid C++03code, compiled without
6
- traceable pointer support, that interacts with newer C++code using
7
- regions declared reachable may have different runtime behavior.
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