tmp/tmphu5tcspv/{from.md → to.md}
RENAMED
|
@@ -1,16 +1,16 @@
|
|
| 1 |
-
###
|
| 2 |
|
| 3 |
**Change:** The class templates `auto_ptr`, `unary_function`, and
|
| 4 |
`binary_function`, the function templates `random_shuffle`, and the
|
| 5 |
function templates (and their return types) `ptr_fun`, `mem_fun`,
|
| 6 |
`mem_fun_ref`, `bind1st`, and `bind2nd` are not defined. **Rationale:**
|
| 7 |
-
Superseded by new features. **Effect on original feature:** Valid
|
| 8 |
-
|
| 9 |
-
|
| 10 |
|
| 11 |
**Change:** Remove old iostreams members \[depr.ios.members\].
|
| 12 |
**Rationale:** Redundant feature for compatibility with pre-standard
|
| 13 |
-
code has served its time. **Effect on original feature:** A valid
|
| 14 |
-
|
| 15 |
-
|
| 16 |
|
|
|
|
| 1 |
+
### [[depr]]: compatibility features <a id="diff.cpp14.depr">[[diff.cpp14.depr]]</a>
|
| 2 |
|
| 3 |
**Change:** The class templates `auto_ptr`, `unary_function`, and
|
| 4 |
`binary_function`, the function templates `random_shuffle`, and the
|
| 5 |
function templates (and their return types) `ptr_fun`, `mem_fun`,
|
| 6 |
`mem_fun_ref`, `bind1st`, and `bind2nd` are not defined. **Rationale:**
|
| 7 |
+
Superseded by new features. **Effect on original feature:** Valid C++14
|
| 8 |
+
code that uses these class templates and function templates may fail to
|
| 9 |
+
compile in this International Standard.
|
| 10 |
|
| 11 |
**Change:** Remove old iostreams members \[depr.ios.members\].
|
| 12 |
**Rationale:** Redundant feature for compatibility with pre-standard
|
| 13 |
+
code has served its time. **Effect on original feature:** A valid C++14
|
| 14 |
+
program using these identifiers may be ill-formed in this International
|
| 15 |
+
Standard.
|
| 16 |
|