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 in Move Implementation to Source File
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

stzpz
New Member

3 Posts

Posted - Dec 24 2015 :  04:00:31 AM  Show Profile  Reply with Quote
VA_X.dll file version 10.9.2086.0 built 2015.12.16
DevEnv.exe version 12.0.40629.0 Professional
msenv.dll version 12.0.40629.0
Comctl32.dll version 6.10.9600.17810
Windows 8.1 6.3 Build 9600
8 processors (x86-64, WOW64)
Language info: 1252, 0x409

The position of the function body after moving to source is incorrect for the following code example.

// Test.h
namespace t1
{
    class test
    {
        void test()
        {
        }
    };
}

// Test.cpp
namespace t1
{
    namespace
    {
        int a;
    }
}


test() will move it to the unnamed namespace instead of t1 as follow:

namespace t1
{
    namespace
    {
        int a;

        void test::test()
        {
        }
    }
}


Edited by - stzpz on Dec 24 2015 04:15:32 AM

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Dec 24 2015 :  08:47:09 AM  Show Profile  Reply with Quote
I am seeing the same problem here. Thank you for the clear description.

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