X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=include%2Fcln%2Finteger_ring.h;h=cf9fae947d07806bf5461addb7ad58650e0ea5c5;hb=ae1b7178f7294d2d97e9bbf6725a4e0454ab4919;hp=b8fcb297e2dc0a56eae19c76333303785b053fe3;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/include/cln/integer_ring.h b/include/cln/integer_ring.h index b8fcb29..cf9fae9 100644 --- a/include/cln/integer_ring.h +++ b/include/cln/integer_ring.h @@ -11,7 +11,15 @@ namespace cln { typedef cl_specialized_number_ring cl_integer_ring; extern const cl_integer_ring cl_I_ring; // math. Z extern cl_class cl_class_integer_ring; -//CL_REQUIRE(cl_I_ring) + +class cl_I_ring_init_helper +{ + static int count; +public: + cl_I_ring_init_helper(); + ~cl_I_ring_init_helper(); +}; +static cl_I_ring_init_helper cl_I_ring_init_helper_instance; } // namespace cln