tmp/tmpcemrd9fb/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
### Clause [[conv]]: standard conversions <a id="diff.conv">[[diff.conv]]</a>
|
| 2 |
|
| 3 |
[[conv.ptr]] **Change:** Converting `void*` to a pointer-to-object type
|
| 4 |
-
requires casting
|
| 5 |
|
| 6 |
``` cpp
|
| 7 |
char a[10];
|
| 8 |
void* b=a;
|
| 9 |
void foo() {
|
|
|
|
| 1 |
### Clause [[conv]]: standard conversions <a id="diff.conv">[[diff.conv]]</a>
|
| 2 |
|
| 3 |
[[conv.ptr]] **Change:** Converting `void*` to a pointer-to-object type
|
| 4 |
+
requires casting.
|
| 5 |
|
| 6 |
``` cpp
|
| 7 |
char a[10];
|
| 8 |
void* b=a;
|
| 9 |
void foo() {
|