Changeset 6f640e in git


Ignore:
Timestamp:
May 29, 2000, 5:59:58 PM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ad72cb5ca9cbafab8f560dcc5e8ba5d1fb916935
Parents:
6a6276b987e68d101aeeb374964db2ffec7c0d91
Message:
*hannes: more c++-debug


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r6a6276 r6f640e  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.22 2000-05-29 15:05:19 Singular Exp $
     5// $Id: claptmpl.cc,v 1.23 2000-05-29 15:59:58 Singular Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    4949    template class SubMatrix<CanonicalForm>;
    5050    template class Array<REvaluation>;
     51
     52    #ifndef NOSTREAMIO
     53    template ostream & operator<<(ostream &, const List<Factor<CanonicalForm> > &);
     54    template ostream & operator<<(ostream &, const List<Variable> &);
     55    #endif
    5156
    5257    #ifndef __MWERKS__
Note: See TracChangeset for help on using the changeset viewer.