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
 Feature Requests
 Implement virtual methods for final method
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

azdroppy
New Member

Cyprus
8 Posts

Posted - Dec 11 2015 :  04:05:55 AM  Show Profile  Reply with Quote
Consider an example:

class A
{
public:
virtual void foo() = 0;
}

class B : public A
{
public:
void foo() final override;
}

class C : public B
{

}

'Implement virtual members' for class C shows the popup dialog with B::foo() is grayed and disabled while A::foo() is available and generated successfully while the generation should be disabled due to being final in B.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 11 2015 :  5:51:25 PM  Show Profile  Reply with Quote
I was able to reproduce the problem here and I have put in a bug report for this:

case=93821
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Dec 17 2015 :  12:34:06 PM  Show Profile  Reply with Quote
case=93821 is fixed in build 2086
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