mirror of
https://github.com/boostorg/range.git
synced 2026-02-07 07:34:35 +01:00
Compare commits
5 Commits
revert-54-
...
pr/concept
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c24661a636 | ||
|
|
4dd5ad0f64 | ||
|
|
f1906e914e | ||
|
|
795046f8fc | ||
|
|
2aaa802e6a |
@@ -252,7 +252,7 @@ namespace boost {
|
||||
n = i - j;
|
||||
}
|
||||
private:
|
||||
BOOST_DEDUCED_TYPENAME RandomAccessIteratorConcept::difference_type n;
|
||||
BOOST_DEDUCED_TYPENAME RandomAccessIteratorConcept<Iterator>::difference_type n;
|
||||
Iterator i;
|
||||
Iterator j;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user