Changes in src/libcfa/rational [17e5e2b:d1ab5331]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/rational
r17e5e2b rd1ab5331 15 15 // Update Count : 16 16 16 // 17 #ifdef __CFORALL__18 19 #ifndef RATIONAL_H20 #define RATIONAL_H21 17 22 18 #include "iostream" … … 65 61 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, Rational ); 66 62 67 #endif // RATIONAL_H68 69 #else70 #include_next <rational>71 #endif //__CFORALL__72 73 63 // Local Variables: // 74 64 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.