Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 1649: Create Implementation namespace lost

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
DXer Posted - Nov 11 2008 : 5:31:21 PM
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
4   L A T E S T    R E P L I E S    (Newest First)
sean Posted - Feb 02 2016 : 7:58:40 PM
case=1247 is fixed in build 2089.
accord Posted - Nov 13 2008 : 1:26:22 PM
Yes, like andre.horst said, it is similar with the linked thread, and caused by the same bug:

case=1247
DXer Posted - Nov 13 2008 : 10:06:31 AM
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 ;)
andre.horst Posted - Nov 12 2008 : 08:58:45 AM
Similar to
http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=8197

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000