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
 VA outline confused
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

schoenherr
Tomato Guru

Germany
160 Posts

Posted - Mar 21 2018 :  06:12:35 AM  Show Profile  Reply with Quote
with the following source


struct S1
{
  int foo() { return 0; }
};

void bar()
{
  {
    struct S2 : public S1
    {
      using S1::S1;
      using S1::foo;
    } s2;
  }
}

class C1
{};


visual assist outline does no longer recognize class C1

feline
Whole Tomato Software

United Kingdom
18755 Posts

Posted - Mar 21 2018 :  08:44:04 AM  Show Profile  Reply with Quote
Thank you for the very clear example, I am seeing the same problem here:

case=115268

Do you have many places you see this problem? You have already found the simplest code that shows the problem, so it should not be to difficult to edit the code to stop this happening for you, as a temporary work around.

zen is the art of being at one with the two'ness
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