diff --git a/include/boost/typeof/msvc/typeof_impl.hpp b/include/boost/typeof/msvc/typeof_impl.hpp index 3071efb7..72e65152 100644 --- a/include/boost/typeof/msvc/typeof_impl.hpp +++ b/include/boost/typeof/msvc/typeof_impl.hpp @@ -168,11 +168,11 @@ namespace boost { typedef char(*type)[encode_type::value]; }; - template typename disable_if< + template typename boost::disable_if< typename is_function::type, typename sizer::type>::type encode_start(T const&); - template typename enable_if< + template typename boost::enable_if< typename is_function::type, typename sizer::type>::type encode_start(T&); template