Changeset 181148 in git for factory/ftmpl_inst.cc


Ignore:
Timestamp:
May 15, 2006, 11:03:07 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
f0daaa2ae00a1c211020bcbe4eca9c6fe7947a71
Parents:
1dc6163f5dbd22ee9839decb93a02494ac071aca
Message:
*hannes: ISTREAM, OSTREAM, CERR


git-svn-id: file:///usr/local/Singular/svn/trunk@9135 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    r1dc616 r181148  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_inst.cc,v 1.9 1998-06-30 16:25:47 schmidt Exp $ */
     2/* $Id: ftmpl_inst.cc,v 1.10 2006-05-15 09:03:05 Singular Exp $ */
    33
    44//{{{ docu
     
    5050//{{{ explicit template function instantiations
    5151#ifndef NOSTREAMIO
    52 template ostream & operator << ( ostream &, const List<CanonicalForm> & );
    53 template ostream & operator << ( ostream &, const List<CFFactor> & );
    54 template ostream & operator << ( ostream &, const List<MapPair> & );
    55 template ostream & operator << ( ostream &, const Array<CanonicalForm> & );
    56 template ostream & operator << ( ostream &, const Factor<CanonicalForm> & );
    57 template ostream & operator << ( ostream &, const Matrix<CanonicalForm> & );
    58 template ostream & operator << ( ostream &, const Array<REvaluation> & );
     52template OSTREAM & operator << ( OSTREAM &, const List<CanonicalForm> & );
     53template OSTREAM & operator << ( OSTREAM &, const List<CFFactor> & );
     54template OSTREAM & operator << ( OSTREAM &, const List<MapPair> & );
     55template OSTREAM & operator << ( OSTREAM &, const Array<CanonicalForm> & );
     56template OSTREAM & operator << ( OSTREAM &, const Factor<CanonicalForm> & );
     57template OSTREAM & operator << ( OSTREAM &, const Matrix<CanonicalForm> & );
     58template OSTREAM & operator << ( OSTREAM &, const Array<REvaluation> & );
    5959#endif /* NOSTREAMIO */
    6060
Note: See TracChangeset for help on using the changeset viewer.