Changeset 22347b6 in git for factory/int_poly.cc


Ignore:
Timestamp:
Jan 13, 2005, 4:10:23 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ed97c1a4f90e91f9dd72603636d0dc0dc3b843c8
Parents:
ba8f1aa4ead23e4ad82810c6d3b4f3e0749a7921
Message:
*hannes; gcc 3.4 fixes from Dan Grayson


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

Legend:

Unmodified
Added
Removed
  • factory/int_poly.cc

    rba8f1a r22347b6  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: int_poly.cc,v 1.15 2003-06-20 10:00:33 Singular Exp $ */
     2/* $Id: int_poly.cc,v 1.16 2005-01-13 15:10:22 Singular Exp $ */
    33
    44#include <config.h>
     
    99#include <strstrea.h>
    1010#else
     11#if __GNUC__ < 3
    1112#include <strstream.h>
     13#else
     14#include <strstream>
     15using namespace std;
     16#endif
    1217#endif
    1318#endif /* NOSTREAMIO */
Note: See TracChangeset for help on using the changeset viewer.