2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

KCC ice workaround

[SVN r12663]
This commit is contained in:
Dave Abrahams
2002-02-03 05:09:31 +00:00
parent 262396d48b
commit bcf4401858

View File

@@ -30,9 +30,9 @@ struct internal_reference_to_python_generator
struct apply
{
typedef typename mpl::select_type<
!is_object<T>::value
, to_python_indirect<T, detail::make_reference_holder>
is_object<T>::value
, detail::return_internal_reference_requires_a_pointer_or_reference_return_type<T>
, to_python_indirect<T, detail::make_reference_holder>
>::type type;
};
};