[C++-sig] Boost.Python.function.__signatures__
David Abrahams
dave at boost-consulting.com
Wed Aug 17 23:00:05 CEST 2005
Ult Mundane <ult at mundane.org> writes:
> 2. Parameters which are built-in C++ types are reported as
> single-letter names (e.g., i = int, v = void, b = boolean, x
> = long long, j = size_t, etc.). In your example below, it
> shows the real C++ type names. I wonder what's different
> about my configuration.
Looks like either Ralf isn't using __cxa_demangle (see
libs/python/src/converter/type_id.cpp) or your version of GCC is <
3.1.
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
More information about the Cplusplus-sig
mailing list