From Jason Turner

[diff.cpp14.depr]

Diff to HTML by rtfpessoa

tmp/tmphu5tcspv/{from.md → to.md} RENAMED
@@ -1,16 +1,16 @@
1
- ### Annex  [[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
8
- C++14code that uses these class templates and function templates may
9
- fail to 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
14
- C++14program using these identifiers may be ill-formed in this
15
- International Standard.
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