mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 18:12:43 +00:00
KCC ice workaround
[SVN r12663]
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user