00001 00002 #include <basix/int.hpp> 00003 #include <algebramix/quotient.hpp> 00004 #include <basix/glue.hpp> 00005 00006 #define int_literal(x) as_int (as_string (x)) 00007 #define simple_quotient(C) quotient<C,C > 00008 00009 namespace mmx { 00010 void 00011 glue_quotient_generic () { 00012 static bool done = false; 00013 if (done) return; 00014 done = true; 00015 call_glue (string ("glue_int")); 00016 } 00017 }