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
 incorrect convert dot to -> (in VS2012)
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Sugar13
New Member

2 Posts

Posted - Jan 19 2016 :  8:54:30 PM  Show Profile  Reply with Quote
an example C++ code here:
struct a
{
struct b
{
int c;
} x[2][2];
};
struct a n;
a::b &p = n.x[0][0];
auto &q = n.x[0][0];

when i entering p and dot, this is ok.
p.
will not be converted.

but when i entering q and dot, this will generate an incorrect convert��
q.
will convert to
q->


in the code, p and q are the same thing, so i think dot after q should not be converted.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Jan 21 2016 :  1:44:23 PM  Show Profile  Reply with Quote
I am seeing the same problem here. Thank you for the sample code.

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