Changeset 55abfc in git for libfac/factor


Ignore:
Timestamp:
May 16, 2006, 4:58:54 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
21324ab4bbe216d643fa51787459d58a228d98a5
Parents:
e2ca88198cdf286052d2b34555b13911225e53af
Message:
*hannes: gcc-4.1 fixes


git-svn-id: file:///usr/local/Singular/svn/trunk@9143 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
libfac/factor
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libfac/factor/class.cc

    re2ca88 r55abfc  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // static char * rcsid = "@(#) $Id: class.cc,v 1.3 1997-09-12 07:19:53 Singular Exp $";
     4// static char * rcsid = "@(#) $Id: class.cc,v 1.4 2006-05-16 14:58:54 hannes Exp $";
    55////////////////////////////////////////////////////////////
    66
     
    3535#ifndef NOSTREAMIO
    3636template <class T>
    37 void Substitution<T>::print ( ostream& s ) const
     37void Substitution<T>::print ( OSTREAM& s ) const
    3838{
    3939        s << "(" << factor() << ")^" << exp();
     
    4444/*
    4545$Log: not supported by cvs2svn $
     46Revision 1.3  1997/09/12 07:19:53  Singular
     47* hannes/michael: libfac-0.3.0
     48
    4649Revision 1.3  1997/04/25 22:38:04  michael
    4750Version for libfac-0.2.1
  • libfac/factor/tmpl_inst.cc

    re2ca88 r55abfc  
    22////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: tmpl_inst.cc,v 1.6 2003-04-09 13:39:12 Singular Exp $
     4// $Id: tmpl_inst.cc,v 1.7 2006-05-16 14:58:54 hannes Exp $
    55////////////////////////////////////////////////////////////
    66
     
    2626
    2727#ifndef NOSTREAMIO
    28 template ostream & operator << ( ostream &, const List<CanonicalForm> & );
    29 template ostream & operator << ( ostream &, const List<CFFactor> & );
    30 template ostream & operator << ( ostream &, const List<MapPair> & );
    31 template ostream & operator << ( ostream &, const Array<CanonicalForm> & );
    32 template ostream & operator << ( ostream &, const Factor<CanonicalForm> & );
    33 //template ostream & operator << ( ostream &, const Matrix<CanonicalForm> & );
     28template OSTREAM & operator << ( OSTREAM &, const List<CanonicalForm> & );
     29template OSTREAM & operator << ( OSTREAM &, const List<CFFactor> & );
     30template OSTREAM & operator << ( OSTREAM &, const List<MapPair> & );
     31template OSTREAM & operator << ( OSTREAM &, const Array<CanonicalForm> & );
     32template OSTREAM & operator << ( OSTREAM &, const Factor<CanonicalForm> & );
     33//template OSTREAM & operator << ( OSTREAM &, const Matrix<CanonicalForm> & );
    3434#endif
    3535
     
    6565
    6666#ifndef NOSTREAMIO
    67 template ostream & operator << ( ostream &, const List<int> & );
    68 template ostream & operator << ( ostream &, const List<IntList> & );
     67template OSTREAM & operator << ( OSTREAM &, const List<int> & );
     68template OSTREAM & operator << ( OSTREAM &, const List<IntList> & );
    6969#endif
    7070
     
    7979
    8080#ifndef NOSTREAMIO
    81 template ostream & operator << ( ostream &, const List<CFList> & );
    82 template ostream & operator << ( ostream &, const List<Variable> & );
    83 template ostream & operator << ( ostream &, const Array<int> & );
     81template OSTREAM & operator << ( OSTREAM &, const List<CFList> & );
     82template OSTREAM & operator << ( OSTREAM &, const List<Variable> & );
     83template OSTREAM & operator << ( OSTREAM &, const Array<int> & );
    8484#endif
    8585
     
    9696/*
    9797$Log: not supported by cvs2svn $
     98Revision 1.6  2003/04/09 13:39:12  Singular
     99* hannes/Cornelsen: integrated stand-allone fixes
     100
    98101Revision 1.5  2001/08/08 11:59:13  Singular
    99102*hannes: Dan's NOSTREAMIO changes
Note: See TracChangeset for help on using the changeset viewer.