BUG: Browser Information Shows Incorrect Reference to Variable
Article ID: 116325
Article Last Modified on 12/1/2003
APPLIES TO
- Microsoft Visual C++ 1.0 Professional Edition
- Microsoft Visual C++ 1.5 Professional Edition
- Microsoft Visual C++ 4.0 Standard Edition
- Microsoft Visual C++ 4.1 Subscription
- Microsoft Visual C++ 4.2 Enterprise Edition
- Microsoft Visual C++ 5.0 Enterprise Edition
- Microsoft Visual C++ 6.0 Enterprise Edition
- Microsoft Visual C++ 4.2 Professional Edition
- Microsoft Visual C++ 5.0 Professional Edition
- Microsoft Visual C++ 6.0 Professional Edition
- Microsoft Visual C++ 6.0 Standard Edition
This article was previously published under Q116325
SYMPTOMS
When 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.
CAUSE
The 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.
RESOLUTION
STATUS
Microsoft 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 that this is a bug in the Microsoft products that are listed at the beginning of this article.
Additional query words: kbVC400bug kbvc100 kbvc150 kbvc110 kbvc200 kbvc210 kbvc410 kbvc420 kbvc500 kbvc600
Keywords: kbbug kbnofix KB116325