jjzjj

InnerType

全部标签

c++ - 私有(private)类特化错误

在编译期间,clang中的以下代码出现警告(在vc++中它工作正常):warning:explicitspecializationof'Helper'withinclassscopeisaMicrosoftextension[-Wmicrosoft]#include#includeenumclassCar{BMW};classC{staticvoidMethod(){puts("inner");}};templateclassBaseClass{private:templatestructHelper;templatestructHelper{typedefCInnerType;sta