The information in this article applies to:
SYMPTOMS
You may get the following error message if you try to perform in-place initialization of static const integral member data.
Please refer to the sample in the "More Information Section" for details.
CAUSE
The compiler does not support in-place initialization of static const integral member data as specified in the C++ standard (section 9.2) quoted in the following: RESOLUTIONUse one of the following Resolutions:
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 example demonstrates the error.
Additional query words:
Keywords : kbCompiler kbCPPonly kbVC kbVC500 kbVC500bug kbVC600 kbVC600bug kbDSupport |
Last Reviewed: October 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |