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
 Error underlines under UDTs if "using namespace"
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

lokonity
New Member

2 Posts

Posted - Feb 18 2010 :  2:06:46 PM  Show Profile  Reply with Quote
Hello,

I've been using Visual Assist X for C++ for a while now (I love it) but in the recent build (10.5.1738.0) I have noticed that when I throw "using namespace X" at the top of my scopes, all of the classes in that namespace are underlined with the red error line, but nothing's wrong. I don't remember seeing this in older builds. I am using Visual Studio 2008.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Feb 19 2010 :  2:12:01 PM  Show Profile  Reply with Quote
Can you please post an example code where you see the problem? I created this most simple code:

using namespace apple;

namespace apple {
    class1
    {
        int test;
    };
    class class2
    {
        void test();
    };
}


But I don't see any problem here.
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