Changeset 684 for trunk/yat


Ignore:
Timestamp:
Oct 13, 2006, 7:35:49 PM (17 years ago)
Author:
Jari Häkkinen
Message:

Cleaning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/matrix.h

    r680 r684  
    130130    /// of file marker.
    131131    ///
    132     //    explicit matrix(std::istream &) throw (utility::IO_error,std::exception);
    133132    explicit matrix(std::istream &, char sep='\0')
    134       throw (utility::IO_error,std::exception);
    135 
     133      throw(utility::IO_error, std::exception);
    136134
    137135    ///
Note: See TracChangeset for help on using the changeset viewer.