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
 . to -> doesnt work on vectors of pointers
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

eduard
Junior Member

19 Posts

Posted - May 13 2014 :  2:56:35 PM  Show Profile  Reply with Quote
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.

eduard
Junior Member

19 Posts

Posted - May 13 2014 :  2:58:32 PM  Show Profile  Reply with Quote
win 7 sp1
vs 2012U4, 2010SP1
latest vax 10-8-2029-0
Go to Top of Page

eduard
Junior Member

19 Posts

Posted - May 16 2014 :  05:40:01 AM  Show Profile  Reply with Quote
any news? Can you reproduce this? Need more info?
Go to Top of Page

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - May 16 2014 :  8:14:37 PM  Show Profile  Reply with Quote
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 [].

Edited by - accord on May 16 2014 8:15:08 PM
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