gcc能编译通过的,g++不一定能编译通过

下面语句g++无法编译通过,但是gcc可以。

void *vptr
char *ptr;
ptr = vptr;
posted @ 2022-08-05 10:12  好人~  阅读(36)  评论(0编辑  收藏  举报