]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/gil/extension/io/pnm/detail/read.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / gil / extension / io / pnm / detail / read.hpp
index 0e9e3278a81f8d961daf8baaf6ca5e985cb5dfb3..fa925cfc308ef1337e4cc4c106ed0ab1d6f0b066 100644 (file)
@@ -416,8 +416,8 @@ public:
               )
     {}
 
-    template< typename Images >
-    void apply( any_image< Images >& images )
+    template< typename ...Images >
+    void apply( any_image< Images... >& images )
     {
         detail::pnm_type_format_checker format_checker( this->_info._type );