Changeset d4eb1ba in git for factory


Ignore:
Timestamp:
Jun 18, 2001, 1:33:14 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
b6bd558c32f6b1ed1f45d9a2ab9d560c970244e5
Parents:
0f2e64014fcfa01cd0df5e48c6eb48b5d2da7a63
Message:
*hannes: fixed ifdefs


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_list.h

    r0f2e64 rd4eb1ba  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_list.h,v 1.6 2001-06-18 08:44:37 pfister Exp $ */
     2/* $Id: ftmpl_list.h,v 1.7 2001-06-18 11:33:14 Singular Exp $ */
    33
    44#ifndef INCL_LIST_H
     
    6666#ifndef NOSTREAMIO
    6767    void print ( ostream & ) const;
     68    friend ostream& operator<< <>( ostream & os, const List<T> & l );
    6869#endif /* NOSTREAMIO */
    6970    friend class ListIterator<T>;
    70     friend ostream& operator<< <>( ostream & os, const List<T> & l );
    7171};
    7272
Note: See TracChangeset for help on using the changeset viewer.