Changeset d270b8 in git for libfac/factor


Ignore:
Timestamp:
Aug 1, 1997, 12:51:28 PM (27 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
d720e3a7957e4c0b52b42a6b5b75381d37a05729
Parents:
65482426f08c6d0cbd80107bd86fac3d666063d0
Message:
* hannes: introduced NOSTREAMIO in class.h


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

Legend:

Unmodified
Added
Removed
  • libfac/factor/class.h

    r654824 rd270b8  
    22///////////////////////////////////////////////////////////////////////////////
    33// emacs edit mode for this file is -*- C++ -*-
    4 // $Id: class.h,v 1.2 1997-06-09 15:56:06 Singular Exp $
     4// $Id: class.h,v 1.3 1997-08-01 10:51:28 Singular Exp $
    55///////////////////////////////////////////////////////////////////////////////
    66#ifndef INCL_CLASS_H
     
    99// #pragma interface
    1010
     11#ifndef NOSTREAMIO
    1112#include <iostream.h>
     13#endif
    1214
    1315
     
    3234//     Substitution<T>& operator*= ( const T & f ) { _factor *= f; _exp *= f; return *this; }
    3335    friend int operator== ( const Substitution<T>&, const Substitution<T>& );
     36#ifndef NOSTREAMIO
    3437    void print ( ostream& ) const;
    3538    friend ostream& operator<< ( ostream & os, const Substitution<T> & f )
     
    3841        return os;
    3942    }
     43#endif   
    4044};
    4145
     
    4953/*
    5054$Log: not supported by cvs2svn $
     55Revision 1.2  1997/06/09 15:56:06  Singular
     56* hannes/michael: libfac 0.2.4
     57
    5158Revision 1.2  1997/04/25 22:21:26  michael
    5259Version for libfac-0.2.1
Note: See TracChangeset for help on using the changeset viewer.