The information in this article applies to:
SYMPTOMSThe error C1001 is produced when more than one explicit instantiation of member template function is implemented. The compiler generates the following error message:
CAUSEMember template implementation is not supported in this product. RESOLUTIONDo not use explicit instantiation for class member template functions. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce BehaviorThe following sample code produces the error message described in the SYMPTOMS section:
Additional query words: ICE
Keywords : kberrmsg kbtemplate kbCompiler kbVC500bug kbVC600bug |
Last Reviewed: July 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |