DynamicFactorRelations.H

Go to the documentation of this file.
00001 
00006 #if 1
00007 
00008 // default: use STL set
00009 #include <set>
00010 typedef std::set<TDynamicFactorRelation,TDynamicFactorRelation> TDynamicFactorRelations;
00011 
00012 #else
00013 
00014 // or use GNU STL extension hash_set
00015 #include <ext/hash_set>
00016 typedef __gnu_cxx::hash_set<TDynamicFactorRelation,TDynamicFactorRelation> TDynamicFactorRelations;
00017 
00018 #endif

Generated on Wed Nov 7 23:29:25 2007 for Qsieve by  doxygen 1.5.4