The information in this article applies to:
SYMPTOMS
When you compile a template class that references a type that is defined in a base template class, the following error message might appear:
RESOLUTIONTo work around this problem, reimplement the typedef down the hierarchy of derived classes. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATION
The following sample code reproduces the behavior:
Additional query words:
Keywords : kberrmsg kbCompiler kbCPPonly kbLangCPP kbVC600bug |
Last Reviewed: February 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |