BUG: Browser Information Shows Incorrect Reference to VariableLast reviewed: July 24, 1997Article ID: Q116325 |
The information in this article applies to:
SYMPTOMSWhen browsing for the definitions and references for a member variable of a class, one of the references refers to the last brace in the destructor of the class.
CAUSEThe compiler is emitting a reference for this variable in the class destructor. There is an implicit reference to the variable at this point, but not an explicit source-code reference. Therefore, the compiler should not be emitting the reference information.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONPerform the following steps to reproduce this problem:
|
Keywords : TlsMisc vcbuglist400 vcbuglist500
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |