Changeset 19fc57b in git for factory/templates


Ignore:
Timestamp:
Jun 13, 2005, 11:46:35 AM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
9b2e40337f961f59313156623380c600a101bb81
Parents:
f6202187ee8c7e5f4a1be04fd61af7b6987429bc
Message:
*hannes: c++ std::


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

Legend:

Unmodified
Added
Removed
  • factory/templates/ftmpl_matrix.h

    rf620218 r19fc57b  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: ftmpl_matrix.h,v 1.10 2005-01-13 15:11:36 Singular Exp $ */
     2/* $Id: ftmpl_matrix.h,v 1.11 2005-06-13 09:46:35 Singular Exp $ */
    33
    44#ifndef INCL_MATRIX_H
     
    1919#ifndef NOSTREAMIO
    2020template <class T>
    21 std::ostream& operator<< (std::ostream &, const Matrix<T> &);
     21ostream& operator<< (ostream &, const Matrix<T> &);
    2222#endif
    2323
Note: See TracChangeset for help on using the changeset viewer.