]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/gil/extension/io/pnm/detail/write.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / gil / extension / io / pnm / detail / write.hpp
index ac559aa882f649e6b4b5110bc32c3b4794818848..b32c042b8c1e8b7da8afb1234db19b4afd39f67a 100644 (file)
@@ -226,8 +226,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::pnm_write_is_supported
                                 , parent_t