]> www.ginac.de Git - cln.git/blobdiff - include/cln/integer_class.h
Assume types 'long long int' and 'long double' exist.
[cln.git] / include / cln / integer_class.h
index 23f5632ac55f1ca81ee835e1f9be9ef5f4536dda..6c99bda8195864f66143745bea3644b521a2e158 100644 (file)
@@ -21,18 +21,14 @@ public:
        cl_I (const unsigned int);      // argument must be < 2^29
        cl_I (const long);
        cl_I (const unsigned long);
-#ifdef HAVE_LONGLONG
        cl_I (const long long);
        cl_I (const unsigned long long);
-#endif
        cl_I& operator= (const int);            // |argument| must be < 2^29
        cl_I& operator= (const unsigned int);   // argument must be < 2^29
        cl_I& operator= (const long);
        cl_I& operator= (const unsigned long);
-#ifdef HAVE_LONGLONG
        cl_I& operator= (const long long);
        cl_I& operator= (const unsigned long long);
-#endif
 // Other constructors.
        cl_I (const char *);
 // Private constructor.
@@ -59,10 +55,8 @@ CL_DEFINE_INT_CONSTRUCTORS(cl_I)
 CL_DEFINE_INT_ASSIGNMENT_OPERATORS(cl_I)
 CL_DEFINE_LONG_CONSTRUCTORS(cl_I)
 CL_DEFINE_LONG_ASSIGNMENT_OPERATORS(cl_I)
-#ifdef HAVE_LONGLONG
 CL_DEFINE_LONGLONG_CONSTRUCTORS(cl_I)
 CL_DEFINE_LONGLONG_ASSIGNMENT_OPERATORS(cl_I)
-#endif
 
 }  // namespace cln