... 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
:-(

S.



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to