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
 "Create Implementation" vs sealed
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

a.chinyakov
New Member

4 Posts

Posted - May 10 2011 :  08:37:41 AM  Show Profile  Reply with Quote
Consider the following situation:


class Parent
{
public:
	void Foo() = 0;
};

class Child sealed : public Parent
{
public:
	void Foo();
};


When I try to apply "Create Impementation" refactoring on Child::Foo() I get


void sealed::Foo()
{

}


Using VS2008 and VA X 10.6.1845.0

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - May 10 2011 :  6:20:30 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=3293
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Feb 29 2012 :  1:22:05 PM  Show Profile  Reply with Quote
case=3293 is fixed in build 1901
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