Re: Checked STL Implementation
- From: "P.J. Plauger" <pjp@xxxxxxxxxxxxxx>
- Date: Tue, 13 Sep 2005 10:53:00 -0400
"Marc Lepage" <mlepage@xxxxxxxxxxxxxxxxxxx> wrote in message
news:OWekTsGuFHA.256@xxxxxxxxxxxxxxxxxxxxxxx
> Sutter/Alexandrescu's book C++ Coding Standards says to use a checked STL
> implementation.
>
> Does VC++ .NET 2003 have such a thing? (It seems not to, but I just wanted
> to confirm.) If so, how do I enable it? (Link to documentation is fine.)
> If not, does anyone know when it is coming (with reasonable certainty)?
VC++ .NET 2005 (Whidbey, V8.0) has optional checking. You can also
get it for VC++ versions from V6.0 through V7.1 (and eVC) as an
add-on library at our web site.
P.J. Plauger
Dinkumware, Ltd.
http://www.dinkumware.com
.
- References:
- Checked STL Implementation
- From: Marc Lepage
- Checked STL Implementation
- Prev by Date: Checked STL Implementation
- Next by Date: Re: Checked STL Implementation
- Previous by thread: Checked STL Implementation
- Next by thread: Re: Checked STL Implementation
- Index(es):
Relevant Pages
|