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

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
TorbenKoch Posted - May 16 2007 : 10:08:27 AM
I have a class with this method:


String		getString(const StringRef& sectionName, const StringRef& keyName, const StringRef& defaultValue = L"");


If I then choose Refactor-Create Implementation I get:


String Settings::getString( const StringRef& sectionName, const StringRef& keyName, const StringRef& defaultValue /*= L"") )
  {

  }


And this is 100% consistent.

Update: It seems that this error only occurs when the default parameter is a string.

*edited by feline to make this post a normal width*
3   L A T E S T    R E P L I E S    (Newest First)
support Posted - May 31 2007 : 01:21:01 AM
fixed in build 1557
feline Posted - May 17 2007 : 1:10:00 PM
I am seeing the same effect here. Thank you for the clear description.

case=6648
rhummer Posted - May 16 2007 : 11:01:40 AM
I see the same issue too, just noticed it today.

I am using a plain const char *bleh = "text" at the end of my method and it produces the same issue.

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