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

后端 未结 0 1825
孤城傲影
孤城傲影 2021-02-12 00:42

Given the following function:

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

clang(back to version 3.0) produ

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