Changeset a8d026 in git


Ignore:
Timestamp:
Jun 13, 2005, 6:24:43 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
2de2a464a02065dd71e4b4f53888a46cb866fbbc
Parents:
9b2e40337f961f59313156623380c600a101bb81
Message:
*hannes: C++/debug stuff


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r9b2e40 ra8d026  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.26 2005-05-06 14:44:28 hannes Exp $
     5// $Id: claptmpl.cc,v 1.27 2005-06-13 16:24:43 Singular Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    5555    template ostream & operator<<(ostream &, const List<List<CanonicalForm> > &);
    5656    template ostream & operator<<(ostream &, const List<Variable> &);
     57    template ostream & operator<<(ostream &, const Matrix<Variable> &);
    5758    #endif
    5859
     
    9495    T exp() const { return _exp; }
    9596#ifndef NOSTREAMIO
    96     friend ostream & operator <<<>(ostream &, Substitution<T> &);
     97    //friend ostream & operator <<<>(ostream &, Substitution<T> &);
    9798    void Substitution<T>::print ( ostream& s ) const
    9899    {
Note: See TracChangeset for help on using the changeset viewer.