Ignore:
Timestamp:
May 15, 2006, 11:03:07 AM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
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/templates/ftmpl_list.cc

    r1dc616 r181148  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_list.cc,v 1.8 2003-02-11 16:28:51 Singular Exp $ */
     2/* $Id: ftmpl_list.cc,v 1.9 2006-05-15 09:03:07 Singular Exp $ */
    33
    44#include <factoryconf.h>
     
    7878#ifndef NOSTREAMIO
    7979template <class T>
    80 void ListItem<T>::print( ostream & os )
     80void ListItem<T>::print( OSTREAM & os )
    8181{
    8282    if ( item )
     
    331331#ifndef NOSTREAMIO
    332332template <class T>
    333 void List<T>::print ( ostream & os ) const
     333void List<T>::print ( OSTREAM & os ) const
    334334{
    335335    ListItem<T> *cur = first;
     
    510510#ifndef NOSTREAMIO
    511511template <class T>
    512 ostream& operator<<( ostream & os, const List<T> & l )
     512OSTREAM& operator<<( OSTREAM & os, const List<T> & l )
    513513{
    514514    l.print( os );
Note: See TracChangeset for help on using the changeset viewer.