]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/gil/extension/io/png/detail/write.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / gil / extension / io / png / detail / write.hpp
index 52fec7fe46ae08be674bff83c2a7318471209fdd..eee5b9ed1c657413b0be13f1700202cd9a92820a 100644 (file)
@@ -227,8 +227,8 @@ public:
               )
     {}
 
-    template< typename Views >
-    void apply( const any_image_view< Views >& views )
+    template< typename ...Views >
+    void apply( const any_image_view< Views... >& views )
     {
         detail::dynamic_io_fnobj< detail::png_write_is_supported
                                 , parent_t