mirror of
https://github.com/boostorg/range.git
synced 2025-07-29 20:37:25 +02:00
Add missing const to adjacent_filtered_range
This commit is contained in:
@ -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 )
|
||||
{
|
||||
|
Reference in New Issue
Block a user