On 30. jan. 2012, at 17.25, ext Thiago Macieira wrote: > My point here and below with "the containers themselves" is that we don't > want > to use those containers in our code nor in our API.
What's wrong with using them in our code, as long as they stay out of the API/ABI? std::vector is perfectly fine for a non-shared dynamically allocated array. João _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
