7 Sep
2004
7 Sep
'04
1:41 p.m.
the problem of the debug library being forced has been resolved with revision 1.4 boost/boost/python/detail/prefix.hpp and revision 1.20 boost/boost/python/detail/wrap_python.hpp Stephen D Evans "Stephen D Evans" wrote
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
is the cause.