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

Home » U++ Library support » U++ Core » Vector<int>::At does not return a default constructed value
Re: Vector<int>::At does not return a default constructed value [message #44027 is a reply to message #44021] Tue, 16 December 2014 07:48 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14291
Registered: November 2005
Ultimate Member
cbpporter wrote on Mon, 15 December 2014 14:00
I understand why this would happen with built in types, but is there no fix for this?


Here I do not understand what you mean by "fix"?

As it is now, if you need new elements added to Vector<int> to be initialized to some specific value, e.g. zero, you can specify it as second parameter of .At.

Now by fix you can also mean that int() 'constructor' should be used and initialize value to zero, like std::vector does. Here I am not so sure this is such a good thing; but I am open to debate...

Mirek
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Stack tracing
Next Topic: Ideographic Character Handling
Goto Forum:
  


Current Time: Thu Sep 17 12:53:21 GMT+2 2026

Total time taken to generate the page: 0.00643 seconds