U++ framework
Do not panic. Ask here before giving up.

Home » U++ Library support » U++ Core » Vector< Vector<int>> issue
Re: Vector< Vector<int>> issue [message #47276 is a reply to message #47270] Mon, 02 January 2017 16:48 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1244
Registered: March 2006
Location: Italy
Senior Contributor
forlano wrote on Mon, 02 January 2017 14:46
Hello and Happy New Year!

I downloaded today the latest Upp 10620, MSC15. I tried to compile a code that worked with the old distro I currently use.
In a class I have

Vector< Vector<int> > columnWidths;

and the compiler complain when I try to use

columnWidths.Pop();


The above code is not mine. I tried this

columnWidths[ columnWidths.GetCount()-1 ].Pop();

and works.
However I wonder if it does the same of the previous Rolling Eyes

columnWidths.Pop();

Luigi

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: High resolution TimeStop code
Next Topic: Small bug in DeleteFolderDeep
Goto Forum:
  


Current Time: Fri Aug 28 19:48:24 GMT+2 2026

Total time taken to generate the page: 0.01073 seconds