merged from trunk

[SVN r22127]
This commit is contained in:
Dave Abrahams
2004-02-01 23:40:41 +00:00
parent afa62b3b29
commit 1bed251dac

View File

@ -127,7 +127,7 @@ namespace detail
{
static Difference distance(Incrementable1 x, Incrementable2 y)
{
return boost::detail::distance(x, y);
return y - x;
}
};