Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Implement virtual methods for final method

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
azdroppy Posted - Dec 11 2015 : 04:05:55 AM
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.
2   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Dec 17 2015 : 12:34:06 PM
case=93821 is fixed in build 2086
accord Posted - Dec 11 2015 : 5:51:25 PM
I was able to reproduce the problem here and I have put in a bug report for this:

case=93821

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