Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 std::vector [] doesn't convert . to ->

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
sclavel Posted - Jul 14 2011 : 3:08:04 PM
Hello,

I just found out that . conversion is not working for STL vectors of pointers.
I don't know if it was doing this in previous build or not.
I'm using build 1850.

class foo
{
void bar();
}

vector<foo*> x;

x[0]. // will autocomplete with .bar() instead of ->bar()
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Sep 12 2011 : 4:20:10 PM
Unfortunately this bug has not yet been fixed. This thread should be updated when this has been fixed.
sclavel Posted - Sep 12 2011 : 2:40:31 PM
This problem is still present in build 1856...
accord Posted - Jul 15 2011 : 02:37:03 AM
I am seeing the same problem here. Thank you for the very clear description.

case=9513

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000