Index: function_traits.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/type_traits/function_traits.hpp,v retrieving revision 1.17 diff -u -r1.17 function_traits.hpp --- function_traits.hpp 2 Sep 2004 15:41:27 -0000 1.17 +++ function_traits.hpp 12 Mar 2007 11:28:14 -0000 @@ -166,7 +166,7 @@ template struct function_traits : - public detail::function_traits_helper::type> + public boost::detail::function_traits_helper::type> { };