diff --git a/include/boost/detail/call_traits.hpp b/include/boost/detail/call_traits.hpp index 0d9e99f..a76c64c 100644 --- a/include/boost/detail/call_traits.hpp +++ b/include/boost/detail/call_traits.hpp @@ -76,7 +76,7 @@ public: // however compiler bugs prevent this - instead pass three bool's to // ct_imp and add an extra partial specialisation // of ct_imp to handle the logic. (JM) - typedef typename detail::ct_imp< + typedef typename boost::detail::ct_imp< T, ::boost::is_pointer::value, ::boost::is_arithmetic::value