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
 1715: Refactor bug
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

sth4nth
Junior Member

18 Posts

Posted - Mar 12 2009 :  09:00:23 AM  Show Profile  Reply with Quote
For a non-template class
class C{
template<int> void foo();
};
When using the refactor to create implementation of foo, it becomes

template<int>
void C<>::foo()
{

}

which should be
template<int>
void C::foo()
{

}

The 'Move implementation to source file' also has this problem.

Sorry for my poor English.

Edited by - sth4nth on Mar 12 2009 09:01:50 AM

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Mar 12 2009 :  10:06:19 AM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=2993

zen is the art of being at one with the two'ness
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Feb 25 2013 :  12:21:52 PM  Show Profile  Reply with Quote
case=2993 is fixed in build 1929
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