Changeset 1d277d in git for factory


Ignore:
Timestamp:
Aug 16, 2012, 7:45:29 PM (12 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
4447a0ff4667c077879438915bab6abcfada8ffd
Parents:
f40e205fdd34f68edfe5970b7d462d00694f2264
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-08-16 19:45:29+02:00
git-committer:
Martin Lee <martinlee84@web.de>2013-02-18 22:09:30+01:00
Message:
fix: template instantiation for libfac

Conflicts:

	libfac/factor/tmpl_inst.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    rf40e20 r1d277d  
    4545template class Array<REvaluation>;
    4646// libfac:
     47template class Array<int>;
     48template class Array<Variable>;
    4749template class List<Variable>;
    4850template class ListIterator<Variable> ;
     51template class List<int>;
     52template class ListIterator<int>;
     53template class List< List<int> >;
     54template class ListIterator< List<int> >;
     55template class List< List<CanonicalForm> >;
     56template class ListIterator< List<CanonicalForm> >;
     57
    4958
    5059template List<Variable> Union ( const List<Variable>&, const List<Variable>& );
Note: See TracChangeset for help on using the changeset viewer.