From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-07-11 12:04:35


Stefan Slapeta wrote:
> ... and the reason is that this Boost workaround
>
> # if BOOST_WORKAROUND(BOOST_MSVC, <= 1200 && __SGI_STL_PORT)
>
> does never apply as config.hpp is not included and therefore
> BOOST_MSVC IS NOT SET!!!
> You have to manually include config.hpp before intrusive_ptr to make
> it run :-(

Thank you for the report. I've fixed it in the CVS.