Changeset a8d026 in git
- Timestamp:
- Jun 13, 2005, 6:24:43 PM (18 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2de2a464a02065dd71e4b4f53888a46cb866fbbc
- Parents:
- 9b2e40337f961f59313156623380c600a101bb81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
r9b2e40 ra8d026 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: claptmpl.cc,v 1.2 6 2005-05-06 14:44:28 hannesExp $5 // $Id: claptmpl.cc,v 1.27 2005-06-13 16:24:43 Singular Exp $ 6 6 /* 7 7 * ABSTRACT - instantiation of all templates … … 55 55 template ostream & operator<<(ostream &, const List<List<CanonicalForm> > &); 56 56 template ostream & operator<<(ostream &, const List<Variable> &); 57 template ostream & operator<<(ostream &, const Matrix<Variable> &); 57 58 #endif 58 59 … … 94 95 T exp() const { return _exp; } 95 96 #ifndef NOSTREAMIO 96 friend ostream & operator <<<>(ostream &, Substitution<T> &);97 //friend ostream & operator <<<>(ostream &, Substitution<T> &); 97 98 void Substitution<T>::print ( ostream& s ) const 98 99 {
Note: See TracChangeset
for help on using the changeset viewer.