Changeset e4fe2b in git for factory/canonicalform.h
- Timestamp:
- Aug 23, 2011, 9:17:33 PM (12 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 72ebdb01e4821ac45cbf1e8065cb15515ef1b391
- Parents:
- fbb01737147ed8f605c88489320c73e975833f32
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-23 21:17:33+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:25+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/canonicalform.h
rfbb0173 re4fe2b 5 5 #define INCL_CANONICALFORM_H 6 6 7 #include <config.h> 7 // #include "config.h" 8 8 9 9 #ifndef NOSTREAMIO 10 # ifdef HAVE_IOSTREAM11 # include <iostream>12 # define OSTREAM std::ostream13 # define ISTREAM std::istream14 # elif defined(HAVE_IOSTREAM_H)15 # include <iostream.h>16 # define OSTREAM ostream17 # define ISTREAM istream18 # endif10 # ifdef HAVE_IOSTREAM 11 # include <iostream> 12 # define OSTREAM std::ostream 13 # define ISTREAM std::istream 14 # elif defined(HAVE_IOSTREAM_H) 15 # include <iostream.h> 16 # define OSTREAM ostream 17 # define ISTREAM istream 18 # endif 19 19 #endif /* NOSTREAMIO */ 20 20 … … 165 165 // input/output 166 166 #ifndef NOSTREAMIO 167 168 169 170 167 void print( OSTREAM&, char * ) const; 168 void print( OSTREAM& ) const; 169 friend OSTREAM& operator << ( OSTREAM&, const CanonicalForm& ); 170 friend ISTREAM& operator >> ( ISTREAM&, CanonicalForm& ); 171 171 #endif /* NOSTREAMIO */ 172 172
Note: See TracChangeset
for help on using the changeset viewer.