FIX: C2955 Caused by the "using" Declaration (168028)
The information in this article applies to:
- The C Run-Time (CRT), when used with:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
This article was previously published under Q168028 SYMPTOMS
If you try to use the "using" declaration on a template class defined in a
namespace, the following error message appears:
error C2955: 'identifier' : use of class template requires template
argument list
RESOLUTION
Use the using directive instead of the using declaration.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been corrected in Visual
Studio 97 Service Pack 1.
For additional information about the Visual Studio 97 Service Pack 1,
please see the following article in the Microsoft Knowledge Base:
170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why
REFERENCES
TITLE: using Declaration
URL: mk:@ivt:vccore/F3C/D3E/S4C3C5.HTM
TITLE: using Directive
URL: mk:@ivt:vccore/F3C/D3E/S4C3C6.HTM
Modification Type: | Major | Last Reviewed: | 11/18/2003 |
---|
Keywords: | kbBug kbcode kbCompiler kbCPPonly kberrmsg kbfix kbLangCPP kbVS97sp1fix KB168028 |
---|
|