Changeset 35564a5 in git for factory/ftmpl_inst.cc


Ignore:
Timestamp:
May 24, 2013, 2:43:34 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
7d160bb18d0d96adea1a7d83376ae5b6048916bc
Parents:
e62a1dcba3e4e6ef2ea1466f671ce574477a55e3
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-24 14:43:34+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-24 14:52:29+02:00
Message:
An attempt to explicitely declare all used templates in order to use -fno-implicit-templates

NOTE: incomplete due to heavy STL usage in kernel/tgb.cc!
NOTE: Singular/Minors* also may be guilty...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    re62a1d r35564a5  
    6464template class ListIterator< List<int> >;
    6565template class List< List<CanonicalForm> >;
     66template class ListItem< List<CanonicalForm> >;
    6667template class ListIterator< List<CanonicalForm> >;
    67 
    6868
    6969template List<Variable> Union ( const List<Variable>&, const List<Variable>& );
Note: See TracChangeset for help on using the changeset viewer.