- Timestamp:
- Jun 6, 2008, 8:52:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Range.h
r1334 r1336 161 161 T last2(rhs.end()); 162 162 while (first1 != last1 && first2 != last2) { 163 if (*first1 != * svnnfirst2)163 if (*first1 != *first2) 164 164 return false; 165 165 ++first1;
Note: See TracChangeset
for help on using the changeset viewer.