Changes in src/libcfa/iterator [bb82c03:17e5e2b]
- File:
-
- 1 edited
-
src/libcfa/iterator (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iterator
rbb82c03 r17e5e2b 5 5 // file "LICENCE" distributed with Cforall. 6 6 // 7 // iterator -- 7 // iterator -- 8 8 // 9 9 // Author : Richard C. Bilson … … 13 13 // Update Count : 9 14 14 // 15 16 #ifdef __CFORALL__ 15 17 16 18 #ifndef ITERATOR_H … … 46 48 #endif // ITERATOR_H 47 49 50 #else 51 #include_next <iterator> 52 #endif //__CFORALL__ 53 48 54 // Local Variables: // 49 55 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.