Ignore:
Timestamp:
Mar 27, 1997, 11:34:15 AM (27 years ago)
Author:
Jens Schmidt <schmidt@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
0baf2b4c3c82b88815031875a2916752118686ce
Parents:
c753a61729d105f8177ee2020e311975f0355650
Message:
stream-io wrapped by NOSTREAMIO


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_array.h

    rc753a61 r175e355  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: ftmpl_array.h,v 1.1 1996-07-16 12:24:57 stobbe Exp $
     2// $Id: ftmpl_array.h,v 1.2 1997-03-27 10:29:30 schmidt Exp $
    33
    44#ifndef INCL_ARRAY_H
     
    77/*
    88$Log: not supported by cvs2svn $
     9Revision 1.1  1996/07/16 12:24:57  stobbe
     10"operators += and *= deleted sincethey are not needed in an general
     11array class als well as the functions sum, prod, crossprod.
     12"
     13
    914Revision 1.0  1996/05/17 11:06:32  stobbe
    1015Initial revision
     
    1217*/
    1318
     19#ifndef NOSTREAMIO
    1420#include <iostream.h>
     21#endif /* NOSTREAMIO */
    1522
    1623template <class T>
     
    3239    int min() const;
    3340    int max() const;
     41#ifndef NOSTREAMIO
    3442    void print ( ostream& ) const;
     43#endif /* NOSTREAMIO */
    3544};
    3645
     46#ifndef NOSTREAMIO
    3747template <class T>
    3848ostream& operator<< ( ostream & os, const Array<T> & a );
     49#endif /* NOSTREAMIO */
    3950
    4051#endif /* INCL_ARRAY_H */
Note: See TracChangeset for help on using the changeset viewer.