tmp/tmp6zf5fwqe/{from.md → to.md}
RENAMED
|
@@ -2,30 +2,62 @@
|
|
| 2 |
|
| 3 |
In namespace `std`, the following names are reserved for previous
|
| 4 |
standardization:
|
| 5 |
|
| 6 |
- `auto_ptr`,
|
|
|
|
| 7 |
- `binary_function`,
|
|
|
|
| 8 |
- `bind1st`,
|
| 9 |
- `bind2nd`,
|
| 10 |
- `binder1st`,
|
| 11 |
- `binder2nd`,
|
| 12 |
- `const_mem_fun1_ref_t`,
|
| 13 |
- `const_mem_fun1_t`,
|
| 14 |
- `const_mem_fun_ref_t`,
|
| 15 |
- `const_mem_fun_t`,
|
|
|
|
| 16 |
- `get_unexpected`,
|
|
|
|
|
|
|
|
|
|
| 17 |
- `mem_fun1_ref_t`,
|
| 18 |
- `mem_fun1_t`,
|
| 19 |
- `mem_fun_ref_t`,
|
| 20 |
- `mem_fun_ref`,
|
| 21 |
- `mem_fun_t`,
|
| 22 |
- `mem_fun`,
|
|
|
|
|
|
|
| 23 |
- `pointer_to_binary_function`,
|
| 24 |
- `pointer_to_unary_function`,
|
| 25 |
- `ptr_fun`,
|
| 26 |
- `random_shuffle`,
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
- `set_unexpected`,
|
| 28 |
- `unary_function`,
|
|
|
|
|
|
|
| 29 |
- `unexpected`, and
|
| 30 |
- `unexpected_handler`.
|
| 31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
- `get_temporary_buffer`,
|
| 19 |
- `get_unexpected`,
|
| 20 |
+
- `gets`,
|
| 21 |
+
- `is_literal_type`,
|
| 22 |
+
- `is_literal_type_v`,
|
| 23 |
- `mem_fun1_ref_t`,
|
| 24 |
- `mem_fun1_t`,
|
| 25 |
- `mem_fun_ref_t`,
|
| 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`,
|
| 36 |
+
- `result_of`,
|
| 37 |
+
- `result_of_t`,
|
| 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 |
+
|
| 61 |
+
The header names `<ccomplex>`, `<ciso646>`, `<cstdalign>`, `<cstdbool>`,
|
| 62 |
+
and `<ctgmath>` are reserved for previous standardization.
|
| 63 |
+
|