The information in this article applies to:
SYMPTOMSWhen you try to use a typedef class name defined local to another class, the following internal compiler error occurs:
RESOLUTIONDeclare the typedef statement outside class scope to resolve this problem. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was corrected in Visual C++ version 5.0. MORE INFORMATIONSample Code
Additional query words: kbVC420bug kbDSupport
Keywords : kbcode kbCompiler kbCPPonly kbVC kbVC500fix |
Last Reviewed: July 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |