Re: Checked STL Implementation



Marc Lepage wrote:
> Sutter/Alexandrescu's book C++ Coding Standards says to use a checked
> STL implementation.

As Mr. Plauger already said, newer Dinkumware libs do have a checked
implementation. Other than that, I'm aware of the GCC stdlib and STLport
which provide runtime checked iterators, the latter being available for the
VC series, too.

Uli

.