Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / gil / extension / io / raw / detail / device.hpp
index db1e2b7..11471d0 100644 (file)
@@ -16,6 +16,7 @@
 
 #include <memory>
 #include <string>
+#include <type_traits>
 
 namespace boost { namespace gil { namespace detail {
 
@@ -117,11 +118,7 @@ public:
 };
 
 template< typename FormatTag >
-struct is_adaptable_input_device< FormatTag
-                                , LibRaw
-                                , void
-                                >
-    : mpl::true_
+struct is_adaptable_input_device<FormatTag, LibRaw, void> : std::true_type
 {
     using device_type = file_stream_device<FormatTag>;
 };