[C++-sig] boost_1_30_00

jochen jochen at neverEngine.com
Mon May 12 09:58:23 CEST 2003


I recently switched to boost_1_30_00 from boost_1_29_00

I include the boost_python headers from within my precompiled header file:

#if defined _DEBUG
#pragma message( "Using boost wrapper to include Python.h" )
#include <boost/python/detail/wrap_python.hpp>
#else
#include <Python.h>
#endif //_DEBUG


#pragma warning( push )

#pragma warning( disable: 4800 )
#pragma warning( disable: 4275 )
#pragma warning( disable: 4251 )
#pragma warning( disable: 4267 )

#include <boost/python.hpp>

#pragma warning( pop )


when using the new version 1_30_00, I get an internal compiler error from
within

e:\boost\boost_1_30_0\boost\python\detail\convertible.hpp(25) : fatal error
C1001: INTERNER COMPILERFEHLER        (Compilerdatei "msc1.cpp", Zeile 2844)


Has somebody else encountered these problems ?





More information about the Cplusplus-sig mailing list