Changeset 0a2e0e21


Ignore:
Timestamp:
Jul 21, 2023, 8:38:41 PM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
f898983
Parents:
374cdb66
Message:

add FIX-ME comment for forall-void routine in iostream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    r374cdb66 r0a2e0e21  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Jul 18 15:57:21 2023
    13 // Update Count     : 462
     12// Last Modified On : Wed Jul 19 14:25:52 2023
     13// Update Count     : 463
    1414//
    1515
     
    138138        OSTYPE_VOID( const void * );
    139139
     140        // FIX-ME: does not work so using macros
    140141        // forall( T | { ostype & ?|?( ostype &, T ); } )
    141142        // void ?|?( ostype & os, T );
Note: See TracChangeset for help on using the changeset viewer.