C++ Clang template “use of undeclared identifier” Compiler Flag

前端 未结 0 389
说谎
说谎 2020-12-07 22:51

In Clang compiling this gives me error

template struct Base
{
   bool variable;
};
template struct Ext : Base

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