Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / gil / io / row_buffer_helper.hpp
index 46c2bad..f91711c 100644 (file)
 #include <boost/gil/extension/toolbox/metafunctions/is_homogeneous.hpp>
 #include <boost/gil/extension/toolbox/metafunctions/pixel_bit_size.hpp>
 
+#include <boost/gil/detail/mp11.hpp>
 #include <boost/gil/io/typedefs.hpp>
 
-#include <boost/mpl/and.hpp>
-
 #include <cstddef>
 #include <type_traits>
 #include <vector>
@@ -108,7 +107,7 @@ struct row_buffer_helper
     Pixel,
     typename std::enable_if
     <
-        mpl::and_
+        mp11::mp_and
         <
             typename is_bit_aligned<Pixel>::type,
             typename is_homogeneous<Pixel>::type