Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Bad reference of derived/base classes if template

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
rico Posted - Dec 03 2014 : 03:26:09 AM
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
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Feb 13 2015 : 8:03:00 PM
case=86720 is fixed in build 2059
sean Posted - Dec 03 2014 : 2:58:21 PM
Thanks for the report - we'll have it addressed in the next update. case=86720

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000