VSCode C++ automatically comment out error lines in class header file on removing some member variables

后端 未结 0 2003
一向
一向 2020-12-18 15:59

Given header.h with:

class foo_{
    int getint() const {return val;}
private:
    int val;
}

If I comment out as: //int v

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