]> git.lyx.org Git - features.git/blobdiff - boost/boost/type_traits/msvc/remove_bounds.hpp
update boost to 1.44
[features.git] / boost / boost / type_traits / msvc / remove_bounds.hpp
index 12a9b0533569ac111bb3bdaf596ceebaccb0196d..4b23b352766d7832124cef3ed528ec49e120a3d6 100755 (executable)
@@ -32,7 +32,7 @@ namespace boost {
 
     template<typename T>
     struct remove_bounds {
-        typedef typename detail::remove_bounds_impl_typeof<
+        typedef typename boost::detail::remove_bounds_impl_typeof<
             boost::is_array<T>::value                
         >::template inner<T,remove_bounds<T> >::type type;
         BOOST_MPL_AUX_LAMBDA_SUPPORT(1,remove_bounds,T)