Changeset 638c809 in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Jul 6, 2000, 3:26:22 PM (24 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
782fcd8c3955b8e9aca01bb92e1f638eca463433
Parents:
65298df23cb2b6878b76db1ed0c10c5bbeaf8fc8
Message:
avoid friend in operator with 2 args


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r65298d r638c809  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.23 2000-05-29 15:59:58 Singular Exp $
     5// $Id: claptmpl.cc,v 1.24 2000-07-06 13:26:22 pohl Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    9191    T factor() const { return _factor; }
    9292    T exp() const { return _exp; }
    93     friend int operator== ( const Substitution<T>&, const Substitution<T>& );
    9493#ifndef NOSTREAMIO
    9594    friend ostream & operator <<(ostream &, const Substitution<T> &);
    9695#endif
    9796};
     97template <class T>
     98int operator== ( const Substitution<T>&, const Substitution<T>& );
    9899
    99100// class.cc
Note: See TracChangeset for help on using the changeset viewer.