Is the name lookup process be considered as a kind of evaluation of a glvalue

前端 未结 0 1897
谎友^
谎友^ 2021-02-19 02:58
int main(){
  int x = 0;  //#1
  {
    int x =1;  //#2
    x = 2;  //#3
  }
}

At the place marked with #3<

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