$include_dir="/home/hyper-archives/boost-testing/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-11-05 06:34:23
> It's pretty enough for me... but should that rather be applied in
> boost/python/type_id.hpp ?
I hadn't spotted that, yes it should, in fact the check for gcc in
type_id.cpp seems superfluous, as long as BOOST_PYTHON_HAVE_GCC_CP_DEMANGLE
gets reliably set in one location you should be OK.
John.