]> git.lyx.org Git - features.git/blobdiff - boost/boost/type_traits/msvc/remove_cv.hpp
update boost to 1.44
[features.git] / boost / boost / type_traits / msvc / remove_cv.hpp
index c7b0379c43229128037b0f7a51618428ceb44206..9fbf8b845df6c6bc33fb416865cfbbdb3295323e 100755 (executable)
@@ -171,7 +171,7 @@ namespace boost {
 
     template<typename T>
     struct remove_cv {
-        typedef detail::remove_cv_impl_typeof<
+        typedef boost::detail::remove_cv_impl_typeof<
             boost::is_pointer<T>::value,
             boost::is_array<T>::value,
             boost::is_const<T>::value,