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
Topic
azdroppy
New Member
Cyprus
8 Posts
Posted - Mar 02 2016 : 07:24:14 AM
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
I am seeing the same effect here. Thank you for the sample code.
case=95432
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Visual Assist
Technical Support
Feature Requests
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
© 2023 Whole Tomato Software, LLC
Snitz Forums 2000