Changes in src/libcfa/iterator [17e5e2b:bb82c03]
- File:
-
- 1 edited
-
src/libcfa/iterator (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iterator
r17e5e2b rbb82c03 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__17 15 18 16 #ifndef ITERATOR_H … … 48 46 #endif // ITERATOR_H 49 47 50 #else51 #include_next <iterator>52 #endif //__CFORALL__53 54 48 // Local Variables: // 55 49 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.