Changeset c48e80 in git for factory/templates/ftmpl_list.h


Ignore:
Timestamp:
Oct 28, 2009, 3:45:57 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
f5d2963eec6952b42517b3865c98f0a7ddedae43
Parents:
cc051cf43fa6076737b5f7a6d4dc074ad8db1fbe
Message:
*lee: new gcd


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_list.h

    rcc051cf rc48e80  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_list.h,v 1.10 2006-05-15 09:03:07 Singular Exp $ */
     2/* $Id: ftmpl_list.h,v 1.11 2009-10-28 14:42:23 Singular Exp $ */
    33
    44#ifndef INCL_LIST_H
     
    124124T prod ( const List<T>& );
    125125
     126template <class T>
     127bool find (const List<T>&, const T& t);
     128
    126129#endif /* ! INCL_LIST_H */
Note: See TracChangeset for help on using the changeset viewer.