Changeset 58aa9c9 in git
- Timestamp:
- Oct 6, 2009, 2:58:39 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 0af9ba41be62a669bc03c58d551aca082ad34ba4
- Parents:
- 16a86e2831249582a4e9cc321c76313bad539fdd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/claptmpl.cc
r16a86e r58aa9c9 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 // $Id: claptmpl.cc,v 1. 49 2009-10-06 12:09:00 seelischExp $5 // $Id: claptmpl.cc,v 1.50 2009-10-06 12:58:39 Singular 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.