tmp/tmpuwv2pnak/{from.md → to.md}
RENAMED
|
@@ -7,10 +7,10 @@ pointer-literal:
|
|
| 7 |
|
| 8 |
The pointer literal is the keyword `nullptr`. It is a prvalue of type
|
| 9 |
`std::nullptr_t`.
|
| 10 |
|
| 11 |
[*Note 1*: `std::nullptr_t` is a distinct type that is neither a
|
| 12 |
-
pointer type nor a pointer
|
| 13 |
type is a null pointer constant and can be converted to a null pointer
|
| 14 |
value or null member pointer value. See [[conv.ptr]] and
|
| 15 |
[[conv.mem]]. — *end note*]
|
| 16 |
|
|
|
|
| 7 |
|
| 8 |
The pointer literal is the keyword `nullptr`. It is a prvalue of type
|
| 9 |
`std::nullptr_t`.
|
| 10 |
|
| 11 |
[*Note 1*: `std::nullptr_t` is a distinct type that is neither a
|
| 12 |
+
pointer type nor a pointer-to-member type; rather, a prvalue of this
|
| 13 |
type is a null pointer constant and can be converted to a null pointer
|
| 14 |
value or null member pointer value. See [[conv.ptr]] and
|
| 15 |
[[conv.mem]]. — *end note*]
|
| 16 |
|