Changeset ed97c1 in git for factory/templates


Ignore:
Timestamp:
Jan 13, 2005, 4:11:36 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
b10eee3894f8408747c04dfabcc6b2cda39ba263
Parents:
22347b6562a892784bfd7995db6aa0e9e0bc8ef8
Message:
*hannes; gcc 3.4 fixes from Dan Grayson


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_matrix.h

    r22347b6 red97c1  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_matrix.h,v 1.9 2005-01-13 15:10:23 Singular Exp $ */
     2/* $Id: ftmpl_matrix.h,v 1.10 2005-01-13 15:11:36 Singular Exp $ */
    33
    44#ifndef INCL_MATRIX_H
     
    5050#ifndef NOSTREAMIO
    5151    void print( ostream& s ) const;
    52     friend ostream & operator<< <>( ostream & s, const Matrix<T>& M );
     52    friend ostream & operator<< <T>( ostream & s, const Matrix<T>& M );
    5353#endif /* NOSTREAMIO */
    5454    friend class SubMatrix<T>;
Note: See TracChangeset for help on using the changeset viewer.