]> git.lyx.org Git - features.git/blobdiff - boost/boost/type_traits/is_convertible.hpp
update boost to 1.44
[features.git] / boost / boost / type_traits / is_convertible.hpp
index a31a930faed4d5186934f34feee064d41328ef08..c05c297eaf9b8208c081aeec63e4c49ef52db9e6 100644 (file)
@@ -132,7 +132,7 @@ template <typename From, typename To>
 struct is_convertible_basic_impl
 {
     static From _m_from;
-    static bool const value = sizeof( detail::checker<To>::_m_check(_m_from, 0) )
+    static bool const value = sizeof( boost::detail::checker<To>::_m_check(_m_from, 0) )
         == sizeof(::boost::type_traits::yes_type);
 };