编译器错误 C2998

“identifier”:不能是模板定义

编译器无法处理模板定义中使用的语法。

下面的示例生成 C2998:

// C2998.cpp
// compile with: /c
template <class T> int x = 1018; // C2998