Changeset 1dc616 in git for factory/templates/ftmpl_list.h
- Timestamp:
- May 15, 2006, 10:17:57 AM (17 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 181148eb58afcf5d585ec06f89fbab21c1ab9c99
- Parents:
- e5102ce459d04b385f3c94f631b05329d7681e20
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/templates/ftmpl_list.h
re5102c r1dc616 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: ftmpl_list.h,v 1. 8 2005-01-13 15:10:23Singular Exp $ */2 /* $Id: ftmpl_list.h,v 1.9 2006-05-15 08:17:56 Singular Exp $ */ 3 3 4 4 #ifndef INCL_LIST_H … … 8 8 9 9 #ifndef NOSTREAMIO 10 #ifdef HAVE_IOSTREAM 11 #include <iostream> 12 #elif defined(HAVE_IOSTREAM_H) 10 13 #include <iostream.h> 14 #endif 11 15 #endif /* NOSTREAMIO */ 12 16
Note: See TracChangeset
for help on using the changeset viewer.