Changeset 0f2e64 in git for factory/templates/ftmpl_list.h


Ignore:
Timestamp:
Jun 18, 2001, 10:44:41 AM (22 years ago)
Author:
Gerhard Pfister <pfister@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
d4eb1babcf5ac698fed4e73d197050b24ebd6c87
Parents:
c62ec1074bd1691cfcc72881315baf3eae06511d
Message:
* hannes/GP/michael: factory debug, Factorize


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_list.h

    rc62ec1 r0f2e64  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_list.h,v 1.5 1997-12-08 18:49:16 schmidt Exp $ */
     2/* $Id: ftmpl_list.h,v 1.6 2001-06-18 08:44:37 pfister Exp $ */
    33
    44#ifndef INCL_LIST_H
     
    6868#endif /* NOSTREAMIO */
    6969    friend class ListIterator<T>;
     70    friend ostream& operator<< <>( ostream & os, const List<T> & l );
    7071};
    7172
    7273#ifndef NOSTREAMIO
    7374template <class T>
    74 ostream& operator<<( ostream & os, const List<T> & l );
     75ostream& operator<< ( ostream & os, const List<T> & l );
    7576#endif /* NOSTREAMIO */
    7677
Note: See TracChangeset for help on using the changeset viewer.