mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-21 08:32:08 +02:00
removed tabs
[SVN r7835]
This commit is contained in:
@ -475,7 +475,7 @@ struct reverse_iterator_policies
|
||||
|
||||
template <class Difference, class Iterator1, class Iterator2>
|
||||
Difference distance(type<Difference>, const Iterator1& x,
|
||||
const Iterator2& y) const
|
||||
const Iterator2& y) const
|
||||
{ return x - y; }
|
||||
|
||||
template <class Iterator1, class Iterator2>
|
||||
|
Reference in New Issue
Block a user