Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 . to -> doesnt work on vectors of pointers

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
eduard Posted - May 13 2014 : 2:56:35 PM
consider this piece of code:


	class AA
	{
	public:
		int mymethod(){return 0;}
	};

	int x()
	{
		std::vector<AA*> g;

		g.at(0).
	}


when i type the dot and hit enter, it remains a dot. Screenshot:

https://i.imgur.com/8HO3B6t.png


The feature works with instances not contained in a vector. This used to work a couple of versions ago.
3   L A T E S T    R E P L I E S    (Newest First)
accord Posted - May 16 2014 : 8:14:37 PM
Sorry we missed this. I was able to reproduce the problem and I have put in a bug report for this:

case=82331

Thank you for the sample code, it's clearly showing the problem. I'm also seeing the same problem with [].
eduard Posted - May 16 2014 : 05:40:01 AM
any news? Can you reproduce this? Need more info?
eduard Posted - May 13 2014 : 2:58:32 PM
win 7 sp1
vs 2012U4, 2010SP1
latest vax 10-8-2029-0

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