Changeset 1dc616 in git for factory/ftmpl_matrix.h


Ignore:
Timestamp:
May 15, 2006, 10:17:57 AM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
181148eb58afcf5d585ec06f89fbab21c1ab9c99
Parents:
e5102ce459d04b385f3c94f631b05329d7681e20
Message:
*hannes: test for iostream and iostream.h


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

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_matrix.h

    re5102c r1dc616  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_matrix.h,v 1.2 2005-06-13 09:46:35 Singular Exp $ */
     2/* $Id: ftmpl_matrix.h,v 1.3 2006-05-15 08:17:53 Singular Exp $ */
    33
    44#ifndef INCL_MATRIX_H
     
    88
    99#ifndef NOSTREAMIO
     10#ifdef HAVE_IOSTREAM
     11#include <iostream>
     12#elif defined(HAVE_IOSTREAM_H)
    1013#include <iostream.h>
     14#endif
    1115#endif /* NOSTREAMIO */
    1216
Note: See TracChangeset for help on using the changeset viewer.