Changes in src/libcfa/iostream [10a97adb:44574f2]
- File:
-
- 1 edited
-
src/libcfa/iostream (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
r10a97adb r44574f2 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Thu Apr 12 14:34:37201813 // Update Count : 1 5012 // Last Modified On : Thu Jan 25 13:08:39 2018 13 // Update Count : 149 14 14 // 15 15 … … 159 159 forall( dtype istype | istream( istype ) ) istype & ?|?( istype &, _Istream_cstrC ); 160 160 161 162 #include <time_t.h> // Duration (constructors) / Time (constructors)163 164 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype & os, Duration dur );165 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype & os, Time time );166 167 168 161 // Local Variables: // 169 162 // mode: c //
Note:
See TracChangeset
for help on using the changeset viewer.