Ignore:
Timestamp:
Feb 5, 2016, 4:41:25 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
98735ef
Parents:
b10c9959 (diff), 4789f44 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/algorithm

    rb10c9959 r408d460  
    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.