mirror of
https://github.com/boostorg/concept_check.git
synced 2025-08-01 05:24:47 +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;
|
||||
i[n];
|
||||
}
|
||||
Iter a, b;
|
||||
Iter i, j;
|
||||
typename std::iterator_traits<Iter>::difference_type n;
|
||||
};
|
||||
|
Reference in New Issue
Block a user