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
 1649: Create Implementation namespace lost
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

DXer
Junior Member

13 Posts

Posted - Nov 11 2008 :  5:31:21 PM  Show Profile  Reply with Quote
Hi guys,

Create Implementation doesnt work correctly if an operator has types in its signature which are inside a namespace (just an example):


namespace http
{
	class request 
	{
	public:
		void		   operator<< ( const std::string& aSite );
		const request& operator>> ( std::string&	   aRecv ) const;
		const request& operator>> ( GetPart			   aPart ) const;

	private:
		mutable GetPart part;
	};
}


Create Implementation on the 2. and 3. op produces:
const request& http::request::operator>>( GetPart aPart ) const
{

}

instead of
const http::request& http::request::operator>>( GetPart aPart ) const
{

}



Greets DXer

Edited by - DXer on Nov 11 2008 5:33:21 PM

andre.horst
Tomato Guru

Germany
150 Posts

Posted - Nov 12 2008 :  08:58:45 AM  Show Profile  Reply with Quote
Similar to
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=8197
Go to Top of Page

DXer
Junior Member

13 Posts

Posted - Nov 13 2008 :  10:06:31 AM  Show Profile  Reply with Quote
quote:
Originally posted by andre.horst

Similar to
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=8197


Ah didnt find it using the search, Im sorry ;)
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Nov 13 2008 :  1:26:22 PM  Show Profile  Reply with Quote
Yes, like andre.horst said, it is similar with the linked thread, and caused by the same bug:

case=1247
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Feb 02 2016 :  7:58:40 PM  Show Profile  Reply with Quote
case=1247 is fixed in build 2089.
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