]> www.ginac.de Git - cln.git/blobdiff - include/cln/sfloat_class.h
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
[cln.git] / include / cln / sfloat_class.h
index 57266fc97fd80e8803db944ac9eab55645051470..1801ac70cc5927c028cb09a0cd82b20b0affd19a 100644 (file)
@@ -15,8 +15,8 @@ public:
 // Assignment operators.
        cl_SF& operator= (const cl_SF&);
 // Optimization of method pointer_p().
-       cl_boolean pointer_p() const
-               { return cl_false; }
+       bool pointer_p() const
+               { return false; }
 // Faster pointer_p() gives a faster copy constructor (but not destructor!!!).
        cl_SF (const cl_SF& x);
 // Other constructors.