Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/algorithm

    r5721a6d rb4cd03b7  
    55// file "LICENCE" distributed with Cforall.
    66//
    7 // alorgithm -- 
     7// alorgithm --
    88//
    99// Author           : Peter A. Buhr
     
    1616//---------------------------------------
    1717
    18 forall( type T | { int ?<?( T, T ); } )
     18forall( type T | { int ?<?( const T, const T ); } )
    1919T min( const T t1, const T t2 );
    2020
    21 forall( type T | { int ?>?( T, T ); } )
     21forall( type T | { int ?>?( const T, const T ); } )
    2222T max( const T t1, const T t2 );
    2323
Note: See TracChangeset for help on using the changeset viewer.