$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: ¿ÂÃÍ (k.meng_at_[hidden])
Date: 2002-11-07 21:55:24
Hi:
In boost.python module,in builtin_converters.hpp
# define BOOST_PYTHON_TO_INT(T) \
BOOST_PYTHON_TO_PYTHON_BY_VALUE(signed T, PyInt_FromLong(x)) \
BOOST_PYTHON_TO_PYTHON_BY_VALUE(unsigned T, PyInt_FromLong(x))
...
# undef BOOST_TO_PYTHON_INT