tmp/tmpou0n8hmt/{from.md → to.md}
RENAMED
|
@@ -6,10 +6,10 @@ expression, and it has the characteristics described in
|
|
| 6 |
|
| 7 |
[*Note 1*: Although `nullptr`’s address cannot be taken, the address of
|
| 8 |
another `nullptr_t` object that is an lvalue can be
|
| 9 |
taken. — *end note*]
|
| 10 |
|
| 11 |
-
The macro `NULL` is an *implementation-defined* null pointer
|
| 12 |
-
[^1]
|
| 13 |
|
| 14 |
See also: ISO C 7.19
|
| 15 |
|
|
|
|
| 6 |
|
| 7 |
[*Note 1*: Although `nullptr`’s address cannot be taken, the address of
|
| 8 |
another `nullptr_t` object that is an lvalue can be
|
| 9 |
taken. — *end note*]
|
| 10 |
|
| 11 |
+
The macro `NULL` is an *implementation-defined* null pointer
|
| 12 |
+
constant.[^1]
|
| 13 |
|
| 14 |
See also: ISO C 7.19
|
| 15 |
|