Changes in libcfa/src/iostream.hfa [8d321f9:bd5b443]
- File:
-
- 1 edited
-
libcfa/src/iostream.hfa (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
r8d321f9 rbd5b443 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jun 19 16:15:56 202013 // Update Count : 33 812 // Last Modified On : Thu Feb 20 15:30:56 2020 13 // Update Count : 337 14 14 // 15 15 … … 19 19 20 20 21 // *********************************** ostream ***********************************21 //*********************************** ostream *********************************** 22 22 23 23 … … 156 156 } // distribution 157 157 158 // *********************************** manipulators ***********************************158 //*********************************** manipulators *********************************** 159 159 160 160 forall( otype T ) … … 175 175 }; // _Ostream_Manip 176 176 177 // *********************************** integral ***********************************177 //*********************************** integral *********************************** 178 178 179 179 // See 6.7.9. 19) The initialization shall occur in initializer list order, each initializer provided for a particular … … 217 217 #endif 218 218 219 // *********************************** floating point ***********************************219 //*********************************** floating point *********************************** 220 220 221 221 // Default suffix for values with no fraction is "." … … 246 246 FloatingPointFMTDecl( long double ) 247 247 248 // *********************************** character ***********************************248 //*********************************** character *********************************** 249 249 250 250 static inline { … … 263 263 } // ?|? 264 264 265 // *********************************** C string ***********************************265 //*********************************** C string *********************************** 266 266 267 267 static inline { … … 282 282 283 283 284 // *********************************** istream ***********************************284 //*********************************** istream *********************************** 285 285 286 286 … … 336 336 } // distribution 337 337 338 // *********************************** manipulators ***********************************338 //*********************************** manipulators *********************************** 339 339 340 340 struct _Istream_Cstr { … … 413 413 414 414 415 // *********************************** time ***********************************415 //*********************************** time *********************************** 416 416 417 417
Note:
See TracChangeset
for help on using the changeset viewer.