mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-02 14:04:35 +02:00
removed Iter a, b;
[SVN r15715]
This commit is contained in:
@@ -73,7 +73,6 @@ enforce the associated types of the concept.
|
|||||||
n = i - j;
|
n = i - j;
|
||||||
i[n];
|
i[n];
|
||||||
}
|
}
|
||||||
Iter a, b;
|
|
||||||
Iter i, j;
|
Iter i, j;
|
||||||
typename std::iterator_traits<Iter>::difference_type n;
|
typename std::iterator_traits<Iter>::difference_type n;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user