tmp/tmpxiiznoss/{from.md → to.md}
RENAMED
|
@@ -4,13 +4,13 @@
|
|
| 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
|
| 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
|
| 15 |
-
|
| 16 |
|
|
|
|
| 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 revision of C++.
|
| 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 revision of
|
| 15 |
+
C++.
|
| 16 |
|