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
 Bug in Move Implementation to Source File
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

jschroedl
Tomato Guru

USA
103 Posts

Posted - Nov 02 2009 :  4:24:52 PM  Show Profile  Reply with Quote
In a C++ project, if I have a .h file w/ class definition:

class foo {
   long lastPrime()  // Finds the last prime
   { 
      return nextPrime(nextToLastPrime());
   }
};


when I use Move Implementation to Source file on lastPrime(), the semi-colon is added after the comment, not after the paren.

I get

long lastPrime()  // Finds the last prime;

and not

long lastPrime();  // Finds the last prime


I'm using VAX 10.5.1738.0.

John


Edited by - jschroedl on Nov 02 2009 4:26:08 PM

feline
Whole Tomato Software

United Kingdom
18727 Posts

Posted - Nov 02 2009 :  7:00:53 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=30651

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

sean
Whole Tomato Software

USA
2817 Posts

Posted - Nov 07 2014 :  09:55:05 AM  Show Profile  Reply with Quote
case=30651 is fixed in build 2052
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