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: Move Implementation to source file
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

azdroppy
New Member

Cyprus
8 Posts

Posted - Mar 02 2016 :  07:24:14 AM  Show Profile  Reply with Quote
I have a header with the following code:

class foo
{
public:
void SetResult(const std::string& reason = {})
{

}
};
After SetResult is "Moved implementation to source file" the header and cpp files contain the following code:

hpp:
class foo
{
public:
void SetResult(const std::string& reason =;
};

cpp:

const std::string& foo::SetResult()
{
})
{
}

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Mar 02 2016 :  12:02:36 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the sample code.

case=95432
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