From Jason Turner

[zombie.names]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmplhrlimc4/{from.md → to.md} +10 -64
tmp/tmplhrlimc4/{from.md → to.md} RENAMED
@@ -1,70 +1,16 @@
1
  ##### Zombie names <a id="zombie.names">[[zombie.names]]</a>
2
 
3
- In namespace `std`, the following names are reserved for previous
4
- standardization:
5
 
6
- - `auto_ptr`,
7
- - `auto_ptr_ref`,
8
- - `binary_function`,
9
- - `binary_negate`,
10
- - `bind1st`,
11
- - `bind2nd`,
12
- - `binder1st`,
13
- - `binder2nd`,
14
- - `const_mem_fun1_ref_t`,
15
- - `const_mem_fun1_t`,
16
- - `const_mem_fun_ref_t`,
17
- - `const_mem_fun_t`,
18
- - `declare_no_pointers`,
19
- - `declare_reachable`,
20
- - `get_pointer_safety`,
21
- - `get_temporary_buffer`,
22
- - `get_unexpected`,
23
- - `gets`,
24
- - `is_literal_type`,
25
- - `is_literal_type_v`,
26
- - `mem_fun1_ref_t`,
27
- - `mem_fun1_t`,
28
- - `mem_fun_ref_t`,
29
- - `mem_fun_ref`,
30
- - `mem_fun_t`,
31
- - `mem_fun`,
32
- - `not1`,
33
- - `not2`,
34
- - `pointer_safety`,
35
- - `pointer_to_binary_function`,
36
- - `pointer_to_unary_function`,
37
- - `ptr_fun`,
38
- - `random_shuffle`,
39
- - `raw_storage_iterator`,
40
- - `result_of`,
41
- - `result_of_t`,
42
- - `return_temporary_buffer`,
43
- - `set_unexpected`,
44
- - `unary_function`,
45
- - `unary_negate`,
46
- - `uncaught_exception`,
47
- - `undeclare_no_pointers`,
48
- - `undeclare_reachable`, and
49
- - `unexpected_handler`.
50
 
51
- The following names are reserved as members for previous
52
- standardization, and may not be used as a name for object-like macros in
53
- portable code:
54
 
55
- - `argument_type`,
56
- - `first_argument_type`,
57
- - `io_state`,
58
- - `open_mode`,
59
- - `preferred`,
60
- - `second_argument_type`,
61
- - `seek_dir`, and.
62
- - `strict`.
63
-
64
- The name `stossc` is reserved as a member function for previous
65
- standardization, and may not be used as a name for function-like macros
66
- in portable code.
67
-
68
- The header names `<ccomplex>`, `<ciso646>`, `<cstdalign>`, `<cstdbool>`,
69
- and `<ctgmath>` are reserved for previous standardization.
70
 
 
1
  ##### Zombie names <a id="zombie.names">[[zombie.names]]</a>
2
 
3
+ In namespace `std`, the names shown in [[zombie.names.std]] are reserved
4
+ for previous standardization:
5
 
6
+ The names shown in [[zombie.names.objmacro]] are reserved as members for
7
+ previous standardization, and may not be used as a name for object-like
8
+ macros in portable code:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
 
10
+ The names shown in [[zombie.names.fnmacro]] are reserved as member
11
+ functions for previous standardization, and may not be used as a name
12
+ for function-like macros in portable code:
13
 
14
+ The header names shown in [[zombie.names.header]] are reserved for
15
+ previous standardization:
 
 
 
 
 
 
 
 
 
 
 
 
 
16