הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
'identifier' : class template has already been defined
Remarks
Check the source file and include files for other definitions.
Example
The following example generates C2953:
// C2953.cpp
// compile with: /c
template <class T> class A {};
template <class T> class A {}; // C2953
template <class T> class B {}; // OK