]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/range/adaptor/adjacent_filtered.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / boost / range / adaptor / adjacent_filtered.hpp
index 287a4ae773b8fc89ccbb2373d9a5b6ead88e2a84..405fe7bce7d181404448c9f3feb70a915f2c5c3d 100644 (file)
@@ -181,7 +181,7 @@ namespace boost
         }
 
         template< class ForwardRng, class BinPredicate >
-        inline adjacent_filtered_range<BinPredicate, ForwardRng, false>
+        inline adjacent_filtered_range<BinPredicate, const ForwardRng, false>
         operator|( const ForwardRng& r,
                    const adjacent_excl_holder<BinPredicate>& f )
         {