[wx-dev] Re: template containers again

Vadim Zeitlin vadim at wxwidgets.org
Sun Jul 1 15:30:06 PDT 2007


On Sun, 01 Jul 2007 11:55:59 +0200 Robert Roebling <robert at roebling.de> wrote:

RR> Is anyone against making writnig a wxVector<> template class and making
RR> it the prefered class for random access containers. It would derive
RR> from (or be) std::vector in STL mode.

 I think this is a good idea. Of course, there already is a wx/vector.h too
but it doesn't define any class named wxVector and we can hopefully even
keep the WX_DECLARE_VECTOR macro working with a new template-based
implementation.

 Regards,
VZ





More information about the wx-dev mailing list