mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 04:47:15 +02:00
Bugfix from Thorsten Ottosen <nesotto-at-cs.auc.dk>
[SVN r20187]
This commit is contained in:
@ -446,7 +446,7 @@ namespace iterator_traits_
|
|||||||
{
|
{
|
||||||
static Difference execute(Iterator i1, const Iterator i2, ...)
|
static Difference execute(Iterator i1, const Iterator i2, ...)
|
||||||
{
|
{
|
||||||
typename Difference result = 0;
|
Difference result = 0;
|
||||||
while (i1 != i2)
|
while (i1 != i2)
|
||||||
{
|
{
|
||||||
++i1;
|
++i1;
|
||||||
|
Reference in New Issue
Block a user