Changeset 58aa9c9 in git for Singular/claptmpl.cc


Ignore:
Timestamp:
Oct 6, 2009, 2:58:39 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0af9ba41be62a669bc03c58d551aca082ad34ba4
Parents:
16a86e2831249582a4e9cc321c76313bad539fdd
Message:
*hannes: unned templates removed


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

Legend:

Unmodified
Added
Removed
  • Singular/claptmpl.cc

    r16a86e r58aa9c9  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 // $Id: claptmpl.cc,v 1.49 2009-10-06 12:09:00 seelisch Exp $
     5// $Id: claptmpl.cc,v 1.50 2009-10-06 12:58:39 Singular 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>;
     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>;
    268268template class Cache<MinorKey, LongMinorValue>;
    269269template class Cache<MinorKey, PolyMinorValue>;
Note: See TracChangeset for help on using the changeset viewer.