Changeset 0f2e64 in git for factory/templates/ftmpl_list.h
- Timestamp:
- Jun 18, 2001, 10:44:41 AM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- d4eb1babcf5ac698fed4e73d197050b24ebd6c87
- Parents:
- c62ec1074bd1691cfcc72881315baf3eae06511d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/templates/ftmpl_list.h
rc62ec1 r0f2e64 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_list.h,v 1. 5 1997-12-08 18:49:16 schmidtExp $ */2 /* $Id: ftmpl_list.h,v 1.6 2001-06-18 08:44:37 pfister Exp $ */ 3 3 4 4 #ifndef INCL_LIST_H … … 68 68 #endif /* NOSTREAMIO */ 69 69 friend class ListIterator<T>; 70 friend ostream& operator<< <>( ostream & os, const List<T> & l ); 70 71 }; 71 72 72 73 #ifndef NOSTREAMIO 73 74 template <class T> 74 ostream& operator<< ( ostream & os, const List<T> & l );75 ostream& operator<< ( ostream & os, const List<T> & l ); 75 76 #endif /* NOSTREAMIO */ 76 77
Note: See TracChangeset
for help on using the changeset viewer.