This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Is there any safe STL supplemental for iterator/bound checks?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Is there any safe STL supplemental for iterator/bound checks?
- From: "Leonid Pauzner" <uue at pauzner2 dot dnttm dot rssi dot ru>
- Date: Sat, 29 Jan 2000 15:09:38 +0300 (MSK)
- References: <2.07b5.8SNG.FOLLVD@pauzner2.dnttm.rssi.ru>
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.