The information in this article applies to:
SYMPTOMS
A using declaration causes the following error:
CAUSEThe name specified in a using declaration has the same name as an identifier in the template argument list of a templated class. RESOLUTIONModify the name in the using declaration or modify the name of the identifier in the template argument list (see sample code below). STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSample Code
Additional query words:
Keywords : kbcode kbtool kbVC500bug kbVC600bug |
Last Reviewed: March 14, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |