This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Is there any safe STL supplemental for iterator/bound checks?


Using STL containers in my C++ programs I found out
that it would be really useful to have some kind of "safe" STL
implementation with all kind of bound checks at run-time while debuging
the program. Say, check size() > 0 before back() and pop(),
check [] and iterators within size() etc., etc.
Not being reopening the wheel.


I ask here in gcc mailing-list since I am sure people know
about such (numerous) implementations on the top of SGI STL.

Sincerely,

Leonid.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]