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