Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    r8d321f9 rbd5b443  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun 19 16:15:56 2020
    13 // Update Count     : 338
     12// Last Modified On : Thu Feb 20 15:30:56 2020
     13// Update Count     : 337
    1414//
    1515
     
    1919
    2020
    21 // *********************************** ostream ***********************************
     21//*********************************** ostream ***********************************
    2222
    2323
     
    156156} // distribution
    157157
    158 // *********************************** manipulators ***********************************
     158//*********************************** manipulators ***********************************
    159159
    160160forall( otype T )
     
    175175}; // _Ostream_Manip
    176176
    177 // *********************************** integral ***********************************
     177//*********************************** integral ***********************************
    178178
    179179// See 6.7.9. 19) The initialization shall occur in initializer list order, each initializer provided for a particular
     
    217217#endif
    218218
    219 // *********************************** floating point ***********************************
     219//*********************************** floating point ***********************************
    220220
    221221// Default suffix for values with no fraction is "."
     
    246246FloatingPointFMTDecl( long double )
    247247
    248 // *********************************** character ***********************************
     248//*********************************** character ***********************************
    249249
    250250static inline {
     
    263263} // ?|?
    264264
    265 // *********************************** C string ***********************************
     265//*********************************** C string ***********************************
    266266
    267267static inline {
     
    282282
    283283
    284 // *********************************** istream ***********************************
     284//*********************************** istream ***********************************
    285285
    286286
     
    336336} // distribution
    337337
    338 // *********************************** manipulators ***********************************
     338//*********************************** manipulators ***********************************
    339339
    340340struct _Istream_Cstr {
     
    413413
    414414
    415 // *********************************** time ***********************************
     415//*********************************** time ***********************************
    416416
    417417
Note: See TracChangeset for help on using the changeset viewer.