FIX: ClassView Lacks "Go to Declaration" for Static Data Members (179012)
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 Q179012 SYMPTOMS
ClassView's context menu offers both "Go to Declaration" and "Go to
Definition" options for class member functions. However, class data members
with the "static" attribute have only the "Go to Definition" option, and it
jumps incorrectly to the variable's declaration inside the class
definition.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This problem was corrected in Microsoft
Visual C++, version 6.0.
REFERENCES
"Language Quick Reference [ASCII 150] static," VC++ 5.0 Online Books.
Modification Type: | Major | Last Reviewed: | 10/24/2003 |
---|
Keywords: | kbBug kbcode kbfix kbVC600fix KB179012 |
---|
|