Changeset 2fcbd2 in git
- Timestamp:
- Oct 7, 2009, 11:05:27 AM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- cfca59b87c9afcfaf6c14e04e85063f3e85d9934
- Parents:
- 0af9ba41be62a669bc03c58d551aca082ad34ba4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
r0af9ba r2fcbd2 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: claptmpl.cc,v 1.5 0 2009-10-06 12:58:39 SingularExp $5 // $Id: claptmpl.cc,v 1.51 2009-10-07 09:05:27 seelisch Exp $ 6 6 /* 7 7 * ABSTRACT - instantiation of all templates … … 258 258 // 259 259 #ifdef HAVE_MINOR // new minor code 260 //#include <list>260 #include <list> 261 261 #include "Minor.h" 262 262 #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>; 268 268 template class Cache<MinorKey, LongMinorValue>; 269 269 template class Cache<MinorKey, PolyMinorValue>;
Note: See TracChangeset
for help on using the changeset viewer.