- Timestamp:
- Oct 13, 2006, 7:35:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/matrix.h
r680 r684 130 130 /// of file marker. 131 131 /// 132 // explicit matrix(std::istream &) throw (utility::IO_error,std::exception);133 132 explicit matrix(std::istream &, char sep='\0') 134 throw (utility::IO_error,std::exception); 135 133 throw(utility::IO_error, std::exception); 136 134 137 135 ///
Note: See TracChangeset
for help on using the changeset viewer.