Changeset 2fcbd2 in git


Ignore:
Timestamp:
Oct 7, 2009, 11:05:27 AM (14 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
cfca59b87c9afcfaf6c14e04e85063f3e85d9934
Parents:
0af9ba41be62a669bc03c58d551aca082ad34ba4
Message:
templates are needed for cache


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r0af9ba r2fcbd2  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.50 2009-10-06 12:58:39 Singular Exp $
     5// $Id: claptmpl.cc,v 1.51 2009-10-07 09:05:27 seelisch Exp $
    66/*
    77* ABSTRACT - instantiation of all templates
     
    258258//
    259259#ifdef HAVE_MINOR // new minor code
    260 //#include <list>
     260#include <list>
    261261#include "Minor.h"
    262262#include "Cache.h"
    263 //template class std::list<int>;
    264 //template class std::list<long>;
    265 //template class std::list<MinorKey>;
    266 //template class std::list<LongMinorValue>;
    267 //template class std::list<PolyMinorValue>;
     263template class std::list<int>;
     264template class std::list<long>;
     265template class std::list<MinorKey>;
     266template class std::list<LongMinorValue>;
     267template class std::list<PolyMinorValue>;
    268268template class Cache<MinorKey, LongMinorValue>;
    269269template class Cache<MinorKey, PolyMinorValue>;
Note: See TracChangeset for help on using the changeset viewer.