[C++-sig] boost_1_30_00
Jeff Brewer
jeff at brewer.com
Mon May 12 11:50:18 CEST 2003
Microsoft should be using Boost to test their compiler because with all
the templates, you basically can't use precompiled headers with Boost
Python (I tried for a little while). It's not too bad without
precompiled headers on a fast machine, but it would be nice if Microsoft
would fix their compiler.
Jeff Brewer
-----Original Message-----
From: jochen [mailto:jochen at neverEngine.com]
Posted At: Monday, May 12, 2003 12:58 AM
Posted To: c++-sig
Conversation: [C++-sig] boost_1_30_00
Subject: [C++-sig] boost_1_30_00
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 ?
_______________________________________________
C++-sig mailing list
C++-sig at python.org
http://mail.python.org/mailman/listinfo/c++-sig
More information about the Cplusplus-sig
mailing list