tmp/tmpezwdn5fb/{from.md → to.md}
RENAMED
|
@@ -59,14 +59,14 @@ cv-unqualified pointer later, for example:
|
|
| 59 |
``` cpp
|
| 60 |
*ppc = &ci; // OK, but would make p point to ci because of previous error
|
| 61 |
*p = 5; // clobber ci
|
| 62 |
```
|
| 63 |
|
|
|
|
|
|
|
| 64 |
— *end example*]
|
| 65 |
|
| 66 |
-
See also [[expr.ass]] and [[dcl.init]].
|
| 67 |
-
|
| 68 |
[*Note 1*: Forming a pointer to reference type is ill-formed; see
|
| 69 |
[[dcl.ref]]. Forming a function pointer type is ill-formed if the
|
| 70 |
function type has *cv-qualifier*s or a *ref-qualifier*; see
|
| 71 |
[[dcl.fct]]. Since the address of a bit-field [[class.bit]] cannot be
|
| 72 |
taken, a pointer can never point to a bit-field. — *end note*]
|
|
|
|
| 59 |
``` cpp
|
| 60 |
*ppc = &ci; // OK, but would make p point to ci because of previous error
|
| 61 |
*p = 5; // clobber ci
|
| 62 |
```
|
| 63 |
|
| 64 |
+
See also [[expr.assign]] and [[dcl.init]].
|
| 65 |
+
|
| 66 |
— *end example*]
|
| 67 |
|
|
|
|
|
|
|
| 68 |
[*Note 1*: Forming a pointer to reference type is ill-formed; see
|
| 69 |
[[dcl.ref]]. Forming a function pointer type is ill-formed if the
|
| 70 |
function type has *cv-qualifier*s or a *ref-qualifier*; see
|
| 71 |
[[dcl.fct]]. Since the address of a bit-field [[class.bit]] cannot be
|
| 72 |
taken, a pointer can never point to a bit-field. — *end note*]
|