FIX: C1001 from Conditional Operator in Initializer (166718)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
This article was previously published under Q166718 SYMPTOMS
Use of the conditional operator in the member initialization list may cause
the following error:
test.cpp(20) : fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'E:\utc\src\\P2\main.c', line 379)
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
RESOLUTION
Initialize the members in the function code instead of in the
initialization list.
Modify the order in which the variables are declared. For example, with the
following sample the error only occurs if you attempt to initialize the
second variable rather than the first variable.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been corrected in Visual
Studio 97 Service Pack 1.
For additional information about the Visual Studio 97 Service Pack 1,
please see the following article in the Microsoft Knowledge Base:
170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why
Modification Type: | Minor | Last Reviewed: | 7/5/2005 |
---|
Keywords: | kbBug kbcode kbCompiler kbfix kbVS97sp1fix KB166718 |
---|
|