Changeset c48e80 in git for factory/templates/ftmpl_list.h
- Timestamp:
- Oct 28, 2009, 3:45:57 PM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f5d2963eec6952b42517b3865c98f0a7ddedae43
- Parents:
- cc051cf43fa6076737b5f7a6d4dc074ad8db1fbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/templates/ftmpl_list.h
rcc051cf rc48e80 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_list.h,v 1.1 0 2006-05-15 09:03:07Singular Exp $ */2 /* $Id: ftmpl_list.h,v 1.11 2009-10-28 14:42:23 Singular Exp $ */ 3 3 4 4 #ifndef INCL_LIST_H … … 124 124 T prod ( const List<T>& ); 125 125 126 template <class T> 127 bool find (const List<T>&, const T& t); 128 126 129 #endif /* ! INCL_LIST_H */
Note: See TracChangeset
for help on using the changeset viewer.