forked from boostorg/iterator
merged from trunk
[SVN r22127]
This commit is contained in:
@ -127,7 +127,7 @@ namespace detail
|
||||
{
|
||||
static Difference distance(Incrementable1 x, Incrementable2 y)
|
||||
{
|
||||
return boost::detail::distance(x, y);
|
||||
return y - x;
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user