$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stephen D Evans (recombinant_at_[hidden])
Date: 2004-09-03 13:16:28
The CVS change to
boost/boost/python/detail/prefix.hpp
from revision 1.3 to 1.4 has obviated the effect of
boost/boost/python/detail/wrap_python.hpp
in _DEBUG when compiling with MSVC. Python now forces the debug library as
if BOOST_DEBUG_PYTHON is permanently in effect.
Revision 1.3 does not exhibit this problem. The added #include <pyconfig.h>
is the cause.
Stephen D Evans