Boost logo

Boost :

From: Ed Brey (brey_at_[hidden])
Date: 2000-06-01 09:45:50


From: "Ed Brey" <brey_at_[hidden]>
> #if !defined(__SGI_STL) && defined(__STL_IMPORT_VENDOR_CSTD)
> # define BOOST_NO_STDC_NAMESPACE
> #endif

Nuts! I added on the __STL_IMPORT_VENDOR_CSTD bit at the end without
thinking. Assuming checking that STLport pulling in of std types is
important (which I think it is, because IIRC, version 3 has this off
by default), it should probably just be:

#if !defined(__STL_IMPORT_VENDOR_CSTD)
# define BOOST_NO_STDC_NAMESPACE
#endif


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