On 02/08/2014 03:44 PM, Kinkie wrote: > And I don't see how to reliably get to vector[0] in pre-11 STL. Do you > have any clue?
My understanding is that you just do &vector_object[0], but I have not tested that. Cheers, Alex.
On 02/08/2014 03:44 PM, Kinkie wrote: > And I don't see how to reliably get to vector[0] in pre-11 STL. Do you > have any clue?
My understanding is that you just do &vector_object[0], but I have not tested that. Cheers, Alex.