Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Bad reference of derived/base classes if template
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rico
Junior Member

12 Posts

Posted - Dec 03 2014 :  03:26:09 AM  Show Profile  Reply with Quote
Hello,
The problem - Lets take following classes:

class cb1{};
class cb2 {};
template <class T> class cb3 {};

class cd1 : public cb1, cb2 {};
class cd2 : public cb2 {};
class cd3 : public cb3<cd3>, cb1 {};


1) Using Goto Related on cb1 and choosing "Derived classes" only shows cd1 instead of cd1 and cd3 (as it is done for derived classes of cb2 showing cd1 and cd2)

2) Using Goto Related on cd3 and choosing "Base classes" only shows cb3 instead of cb3 and cb1 (as it is done for base classes of cd1 showing cb1 and cb2)

Note that cb3 is a template.

--------------------------------------------------------
VA_X.dll file version 10.9.2052.0 built 2014.11.05
DevEnv.exe version 9.0.30729.1 Professional
msenv.dll version 9.0.30729.1
Comctl32.dll version 6.10.7601.17514
Windows 7 6.1 Build 7601 Service Pack 1
12 processors (x86)
Language info: 1252, 0x40c

sean
Whole Tomato Software

USA
2817 Posts

Posted - Dec 03 2014 :  2:58:21 PM  Show Profile  Reply with Quote
Thanks for the report - we'll have it addressed in the next update. case=86720
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Feb 13 2015 :  8:03:00 PM  Show Profile  Reply with Quote
case=86720 is fixed in build 2059
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000