mirror of
https://github.com/boostorg/python.git
synced 2026-01-24 06:02:14 +00:00
More use of ice_xxx for old EDG compilers
[SVN r12929]
This commit is contained in:
@@ -31,7 +31,8 @@ struct is_reference_to_non_const
|
||||
bool, value = (
|
||||
::boost::type_traits::ice_and<
|
||||
::boost::is_reference<T>::value
|
||||
, !::boost::python::detail::is_reference_to_const<T>::value
|
||||
, ::boost::type_traits::ice_not<
|
||||
::boost::python::detail::is_reference_to_const<T>::value>::value
|
||||
>::value)
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user