Boost logo

Boost :

From: Sean Kelly (sean_at_[hidden])
Date: 2004-01-26 12:23:07


> For the Dinkumware library supplied with VC, BOOST_STD_EXTENSION_NAMESPACE
> is defined to be std wich works, but the latest version that comes with
> VC7.1 deprecates the version in the std namespace and provides a version
> in
> the stdext namespace. The problem is that:
..
> will generate too many 'deprecated function' warnings in VC7.1, making it
> harder to find actual errors!

Why not just disable that warning with a #pragma? I already do this
regularly with the "debug symbol name too long" message and a few others.

Sean


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk