Ignore:
Timestamp:
Jan 13, 2005, 4:10:23 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'b324714bf5073469800caef737deba1366fbd81f')
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/templates/ftmpl_matrix.h

    rba8f1a r22347b6  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_matrix.h,v 1.8 2001-06-27 13:20:40 Singular Exp $ */
     2/* $Id: ftmpl_matrix.h,v 1.9 2005-01-13 15:10:23 Singular Exp $ */
    33
    44#ifndef INCL_MATRIX_H
     
    1313template <class T>
    1414class SubMatrix;
     15
     16template <class T>
     17class Matrix;
     18
     19#ifndef NOSTREAMIO
     20template <class T>
     21std::ostream& operator<< (std::ostream &, const Matrix<T> &);
     22#endif
    1523
    1624template <class T>
Note: See TracChangeset for help on using the changeset viewer.