The information in this article applies to:
SYMPTOMSWhen compiling code that uses templates and contains a mismatched number of parameters between the declaration and implementation of the template classes, the compiler may give the following error: The line number is 6529 if you have installed Visual Studio 6.0 Service Pack 3 (SP3). CAUSEThe compiler failed to correctly parse the code and was unable to generate a syntax error message. RESOLUTIONCheck the number of parameters in the declaration and implementation of the template classes. Correct the code so that the parameters match. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe following code demonstrates the bug:
Additional query words:
Keywords : kbCompiler kbVC600bug kbDSupport kbGrpVCCompiler |
Last Reviewed: July 21, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |