Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
8.2
-
None
-
None
-
Windows 7, NetBeans IDE 8.2 64bit.
Description
Example:
template <class T_geom_slice> class Cv_Data_Separate_Buffers: private boost::noncopyable ... template <class T_geom_slice> using Cv_Data = Cv_Data_Separate_Buffers<T_geom_slice>;
Cv_Data usage (Find Usages) is found OK.
But Cv_Data is NOT found with Go to Symbol / Go to Type.
I do not know any way to navigate to Cv_Data in NetBeans C++ (without direct hyperlink form usage place or full text search).
Cv_Data_Separate_Buffers and any ordinary typedefs are found OK.
The problem occurs only for A with Go to Symbol / Go to Type in
template <...> using A = B<...>;