2
0
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:
Dave Abrahams
2002-02-24 20:18:46 +00:00
parent 3899684686
commit e014765797

View File

@@ -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)
);
};