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. RESOLUTIONSTATUSMicrosoft 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. Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONPerform the following steps to reproduce this problem:
Additional query words: kbVC400bug kbvc100 kbvc150 kbvc110 kbvc200 kbvc210 kbvc410 kbvc420 kbvc500 kbvc600
Keywords : kbVC500bug TlsMisc |
Last Reviewed: May 28, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |