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
 Move implementation for friend functions
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rm822
New Member

5 Posts

Posted - Oct 23 2006 :  1:55:05 PM  Show Profile  Reply with Quote
VA 1535


class Constraints{
	friend bool Do()
	{
		return true;
	}
};

result of Move implementation to source file for Do

	friend bool Constraints::Do()
	{
		return true;
	}

rhummer
Tomato Guru

USA
527 Posts

Posted - Oct 23 2006 :  2:05:29 PM  Show Profile  Reply with Quote
This is a known bug.

case=2962

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64

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