From Jason Turner

[zombie.names]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmptcqv137y/{from.md → to.md} +11 -4
tmp/tmptcqv137y/{from.md → to.md} RENAMED
@@ -13,10 +13,13 @@ standardization:
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
  - `get_temporary_buffer`,
19
  - `get_unexpected`,
20
  - `gets`,
21
  - `is_literal_type`,
22
  - `is_literal_type_v`,
@@ -26,10 +29,11 @@ standardization:
26
  - `mem_fun_ref`,
27
  - `mem_fun_t`,
28
  - `mem_fun`,
29
  - `not1`,
30
  - `not2`,
 
31
  - `pointer_to_binary_function`,
32
  - `pointer_to_unary_function`,
33
  - `ptr_fun`,
34
  - `random_shuffle`,
35
  - `raw_storage_iterator`,
@@ -38,23 +42,26 @@ standardization:
38
  - `return_temporary_buffer`,
39
  - `set_unexpected`,
40
  - `unary_function`,
41
  - `unary_negate`,
42
  - `uncaught_exception`,
43
- - `unexpected`, and
 
44
  - `unexpected_handler`.
45
 
46
- The following names are reserved as member types for previous
47
  standardization, and may not be used as a name for object-like macros in
48
  portable code:
49
 
50
  - `argument_type`,
51
  - `first_argument_type`,
52
  - `io_state`,
53
  - `open_mode`,
54
- - `second_argument_type`, and
55
- - `seek_dir`.
 
 
56
 
57
  The name `stossc` is reserved as a member function for previous
58
  standardization, and may not be used as a name for function-like macros
59
  in portable code.
60
 
 
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`,
 
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`,
 
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