Ignore:
Timestamp:
Jul 18, 2023, 1:25:21 PM (13 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
da6db1a2
Parents:
c44705c (diff), 5454d77 (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
  • libcfa/src/rational.hfa

    rc44705c rdb94b5d  
    1212// Created On       : Wed Apr  6 17:56:25 2016
    1313// Last Modified By : Peter A. Buhr
    14 // Last Modified On : Mon Jun  5 22:49:05 2023
    15 // Update Count     : 119
     14// Last Modified On : Tue Jul 18 11:08:24 2023
     15// Update Count     : 121
    1616//
    1717
     
    7878        forall( ostype & | ostream( ostype ) | { ostype & ?|?( ostype &, T ); } ) {
    7979                ostype & ?|?( ostype &, rational(T) );
    80                 void ?|?( ostype &, rational(T) );
     80                OSTYPE_VOID( rational(T) );
    8181        } // distribution
    8282} // distribution
Note: See TracChangeset for help on using the changeset viewer.