Changeset 181148 in git for factory/cf_map.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/cf_map.cc

    r1dc616 r181148  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: cf_map.cc,v 1.13 2006-01-31 09:40:48 pohl Exp $ */
     2/* $Id: cf_map.cc,v 1.14 2006-05-15 09:03:04 Singular Exp $ */
    33
    44//{{{ docu
     
    3535
    3636#ifndef NOSTREAMIO
    37 //{{{ ostream & operator << ( ostream & s, const MapPair & p )
     37//{{{ OSTREAM & operator << ( OSTREAM & s, const MapPair & p )
    3838//{{{ docu
    3939//
     
    4141//
    4242//}}}
    43 ostream &
    44 operator << ( ostream & s, const MapPair & p )
     43OSTREAM &
     44operator << ( OSTREAM & s, const MapPair & p )
    4545{
    4646    s << p.var() << " -> " << p.subst();
     
    4949//}}}
    5050
    51 void MapPair::print( ostream&) const
     51void MapPair::print( OSTREAM&) const
    5252{
    5353}
     
    198198
    199199#ifndef NOSTREAMIO
    200 //{{{ ostream & operator << ( ostream & s, const CFMap & m )
     200//{{{ OSTREAM & operator << ( OSTREAM & s, const CFMap & m )
    201201//{{{ docu
    202202//
     
    204204//
    205205//}}}
    206 ostream &
    207 operator << ( ostream & s, const CFMap & m )
     206OSTREAM &
     207operator << ( OSTREAM & s, const CFMap & m )
    208208{
    209209    m.P.print(s);
Note: See TracChangeset for help on using the changeset viewer.