Given int **p1 and const int**p2 is p1 == p2 well formed?

前端 未结 0 1778
暖寄归人
暖寄归人 2021-02-11 15:33

Given the following function:

void g(int **p1, const int**p2)
{
   if (p1 == p2) { }  
}

clang(back to version 3.0) produ

相关标签:
回答
  • 消灭零回复
提交回复
热议问题