forked from boostorg/range
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