Declare functions to override (eliminate) namespace

后端 未结 0 486
太阳男子
太阳男子 2021-01-31 11:07

I have a C++ header with basic structure:

namespace X {
  class Y {
    friend int test();
  }
}

and C++ definition file:

using na         


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