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
 C++0x support
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ricardog
Junior Member

Brazil
18 Posts

Posted - Jul 20 2010 :  12:13:17 AM  Show Profile  Reply with Quote
Hello,

I'd like to kindly request priority for adding C++0x support, because working with it in VS 2010 makes VA behave incorrectly. Especially rvalue references (&&), but also nullptr keyword and lambdas.

Thank you.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Jul 20 2010 :  03:46:57 AM  Show Profile  Reply with Quote
This is on our list of things to do:

case=20625

What problem or weakness do you see with nullptr?
Which version of Visual Assist are you using?
Go to Top of Page

.oisyn
Tomato Guru

162 Posts

Posted - Nov 03 2010 :  11:20:32 AM  Show Profile  Reply with Quote
So, what's the status? As of 1833, rvalue references still don't work. Now I don't really have a problem with VA X not recognizing it's type, but the fact that a function returning an rvalue-reference is not recognized altogether is a bit annoying

struct Foo
{
    int Bar();
    int&& Baz();
};

Foo foo;
foo. // this will only show Bar, not Baz


.edit: this helps
struct Foo
{
    int Bar();
    int& & Baz();
}

(but is obviously invalid) I guess it sees && as a logical and operator, rather than some elaborate ref-to-ref type, and the parsing goes haywire.

Edited by - .oisyn on Nov 03 2010 12:48:04 PM
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18750 Posts

Posted - Nov 12 2010 :  4:53:25 PM  Show Profile  Reply with Quote
This is still in our list of things, and it is down as a fairly high priority bug. As a temporary work around turning On

VA Options -> Advanced -> Listboxes -> Get content from default Intellisense

should fix the listbox content. This is not going to fix the VA colouring in the code, but it should help.

zen is the art of being at one with the two'ness
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Feb 26 2014 :  10:38:37 AM  Show Profile  Reply with Quote
case=20625 is fixed in build 2029
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