mirror of
https://github.com/boostorg/range.git
synced 2025-08-03 14:54:30 +02:00
add Enabler template argument to range_iterator, range_const_iterator and range_mutable_iterator extension points.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace boost
|
||||
// Single Pass Range metafunctions
|
||||
//
|
||||
|
||||
template< class T >
|
||||
template< class T, class Enabler=void >
|
||||
struct range_iterator;
|
||||
|
||||
template< class T >
|
||||
|
Reference in New Issue
Block a user