This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: STL vector
- From: Dima Sorkin <dima dot sorkin at gmail dot com>
- To: Mws <mws at twisted-brains dot org>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Tue, 1 Nov 2005 12:01:44 +0200
- Subject: Re: STL vector
- References: <BF8B6EE9.3FAF%eljay@adobe.com> <200510311353.25213.mws@twisted-brains.org>
> i'll think i'll implement my own templates for the std::<classes> with
> extended safety.
Before you do it, try debug mode of STLport (www.stlport.org).
It is almost paranoidal mode, it checks things you could not even
fantasize about.
Regards,
Dima.