Changeset 52e38fc in git


Ignore:
Timestamp:
May 2, 2007, 12:04:32 PM (16 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
bba8359e74bbbd9e1db140b5edaaf6510d216127
Parents:
320251bb9a9fd2cc3608cd66855a56fb98188476
Message:
*hannes: no ostream


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

Legend:

Unmodified
Added
Removed
  • kernel/fglm.h

    r320251 r52e38fc  
    11// emacs edit mode for this file is -*- C++ -*-
    2 // $Id: fglm.h,v 1.1.1.1 2003-10-06 12:15:52 Singular Exp $
     2// $Id: fglm.h,v 1.2 2007-05-02 10:04:32 Singular Exp $
    33
    44/****************************************
     
    4040    void newDivisor( int var ) { divisors[ ++divisors[0] ]= var; }
    4141#ifndef NOSTREAMIO
    42 friend ostream & operator <<(ostream &, fglmSelem);
     42//friend ostream & operator <<(ostream &, fglmSelem);
    4343#endif
    4444};
    4545#ifndef NOSTREAMIO
    46 inline ostream & operator <<(ostream & os, fglmSelem) { return os;};
     46//inline ostream & operator <<(ostream & os, fglmSelem) { return os;};
    4747#endif
    4848
     
    6060    void newDivisor() { insertions--; }
    6161#ifndef NOSTREAMIO
    62 friend ostream & operator <<(ostream &, fglmDelem);
     62//friend ostream & operator <<(ostream &, fglmDelem);
    6363#endif
    6464};
    6565#ifndef NOSTREAMIO
    66 inline ostream & operator <<(ostream & os, fglmDelem) { return os;};
     66//inline ostream & operator <<(ostream & os, fglmDelem) { return os;};
    6767#endif
    6868
Note: See TracChangeset for help on using the changeset viewer.