The information in this article applies to:
SYMPTOMSAn ambiguous C2966 error is generated if any members of a nested template class are defined externally. The sample code shown in the "More Information" section of this article reproduces this problem and gives the following error message:
RESOLUTION
Define members of a nested template class inline only.
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 to Reproduce Problem
Additional query words: kbVC400bug 10.00 10.10 10.20
Keywords : kbLangCPP kbVC kbVC500fix |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |