]> www.ginac.de Git - cln.git/blobdiff - include/cln/univpoly.h
Minor fixes for recent CLang.
[cln.git] / include / cln / univpoly.h
index f7c655da7315c3b4f1bc9bbceb9c7a4dc0af3abb..8915254f2d0d69850d785cd8518733dcb5cb9534 100644 (file)
@@ -352,7 +352,14 @@ extern const cl_univpoly_ring find_univpoly_ring (const cl_ring& r);
 // Lookup or create a univariate polynomial ring with a named variable over r.
 extern const cl_univpoly_ring find_univpoly_ring (const cl_ring& r, const cl_symbol& varname);
 
-CL_REQUIRE(cl_UP)
+class cl_UP_init_helper
+{
+       static int count;
+public:
+       cl_UP_init_helper();
+       ~cl_UP_init_helper();
+};
+static cl_UP_init_helper cl_UP_init_helper_instance;
 
 
 // Operations on polynomials.