Changeset 31a2be7 in git for factory/templates


Ignore:
Timestamp:
Dec 8, 1997, 7:49:16 PM (26 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ec250c5971862a8f7521f7d3fa54bcf34d59da14
Parents:
9c9e2a40e423d2fb002c477b6295b6526e2fb95d
Message:
^M fix.  Was:
Thu 27.11.1997 22:30:00  Ruediger Stobbe  <rstobbe@de.oracle.com>
Factory Win NT Port, see ChangeLog for details


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_list.h

    r9c9e2a4 r31a2be7  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_list.h,v 1.4 1997-06-19 13:11:23 schmidt Exp $ */
     2/* $Id: ftmpl_list.h,v 1.5 1997-12-08 18:49:16 schmidt Exp $ */
    33
    44#ifndef INCL_LIST_H
     
    1111#endif /* NOSTREAMIO */
    1212
     13template <class T>
     14class ListIterator;
     15
     16template <class T>
     17class List;
    1318
    1419template <class T>
Note: See TracChangeset for help on using the changeset viewer.