From 2dffdac9fe81739c5e9937b62067691e7bee5753 Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Fri, 12 Aug 2005 19:06:10 +0000 Subject: [PATCH] Disabiguated the detail namespace. [SVN r30558] --- include/boost/detail/call_traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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