]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/gil/extension/toolbox/metafunctions/get_pixel_type.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / gil / extension / toolbox / metafunctions / get_pixel_type.hpp
index d4e43b36e576f10533128027f98d7c3107e94b11..5ee8e3a3566d254f331d70f9675a7c62df5c43ed 100644 (file)
@@ -30,8 +30,8 @@ struct get_pixel_type
         >;
 };
 
-template<typename Views>
-struct get_pixel_type<any_image_view<Views>>
+template<typename ...Views>
+struct get_pixel_type<any_image_view<Views...>>
 {
     using type = any_image_pixel_t;
 };