Changeset 030f132 in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Jun 30, 1998, 10:38:01 AM (26 years ago)
Author:
Wilfred Pohl <pohl@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
509e27cfdf4ec2d91268ef944924888d1b09eaea
Parents:
50c865954307823d2fec7749dafc023d34b57446
Message:
CodeWarrior: operator==<CanonicalForm>


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r50c8659 r030f132  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.15 1998-06-03 14:48:18 pohl Exp $
     5// $Id: claptmpl.cc,v 1.16 1998-06-30 08:38:01 pohl Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    3232      template List<Variable> Union<Variable> ( const List<Variable>&, const List<Variable>& );
    3333      template List<Variable> Difference<Variable> ( const List<Variable>&, const List<Variable>& );
    34       template int operator == ( const Factor<CanonicalForm>&, const Factor<CanonicalForm>& );
     34      template int operator==<CanonicalForm> ( const Factor<CanonicalForm>&, const Factor<CanonicalForm>& );
    3535    #endif
    3636
Note: See TracChangeset for help on using the changeset viewer.