Changeset 52e38fc in git
- Timestamp:
- May 2, 2007, 12:04:32 PM (16 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- bba8359e74bbbd9e1db140b5edaaf6510d216127
- Parents:
- 320251bb9a9fd2cc3608cd66855a56fb98188476
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/fglm.h
r320251 r52e38fc 1 1 // emacs edit mode for this file is -*- C++ -*- 2 // $Id: fglm.h,v 1. 1.1.1 2003-10-06 12:15:52 Singular Exp $2 // $Id: fglm.h,v 1.2 2007-05-02 10:04:32 Singular Exp $ 3 3 4 4 /**************************************** … … 40 40 void newDivisor( int var ) { divisors[ ++divisors[0] ]= var; } 41 41 #ifndef NOSTREAMIO 42 friend ostream & operator <<(ostream &, fglmSelem);42 //friend ostream & operator <<(ostream &, fglmSelem); 43 43 #endif 44 44 }; 45 45 #ifndef NOSTREAMIO 46 inline ostream & operator <<(ostream & os, fglmSelem) { return os;};46 //inline ostream & operator <<(ostream & os, fglmSelem) { return os;}; 47 47 #endif 48 48 … … 60 60 void newDivisor() { insertions--; } 61 61 #ifndef NOSTREAMIO 62 friend ostream & operator <<(ostream &, fglmDelem);62 //friend ostream & operator <<(ostream &, fglmDelem); 63 63 #endif 64 64 }; 65 65 #ifndef NOSTREAMIO 66 inline ostream & operator <<(ostream & os, fglmDelem) { return os;};66 //inline ostream & operator <<(ostream & os, fglmDelem) { return os;}; 67 67 #endif 68 68
Note: See TracChangeset
for help on using the changeset viewer.