2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

factored out void_ptr manipulations

[SVN r13156]
This commit is contained in:
Dave Abrahams
2002-03-10 06:26:11 +00:00
parent ae1c1b3a47
commit 7eb42dc36b

View File

@@ -7,6 +7,7 @@
# define TYPE_FROM_PYTHON_DWA2002130_HPP
# include <boost/python/converter/registry.hpp>
# include <boost/python/detail/void_ptr.hpp>
namespace boost { namespace python {
@@ -31,7 +32,7 @@ namespace detail
{
typedef typename boost::add_reference<U>::type param;
return &Extractor::execute(
boost::python::converter::detail::void_ptr_to_reference(
boost::python::detail::void_ptr_to_reference(
op, (param(*)())0 )
);
}