]> www.ginac.de Git - cln.git/blobdiff - src/base/cl_condition.cc
Revert "Convert complex numbers to real numbers if imaginary part is floating-point...
[cln.git] / src / base / cl_condition.cc
index ac6e3bfee4a2586ca9c80069433119c1f941dd2a..804cf96fbef1aa33598f93d6ac1b93c2c9dfdc84 100644 (file)
@@ -1,18 +1,19 @@
 // Conditions.
 
 // General includes.
-#include "cl_sysdep.h"
+#include "base/cl_sysdep.h"
 
 // Specification.
-#include "cl_condition.h"
-
+#include "cln/condition.h"
 
 // Implementation.
 
+namespace cln {
+
 // This tells the compiler to put the `cl_condition' vtable into this file.
 void cl_condition::dummy () {}
 
 // The destructor must be defined although it is virtual and abstract.
-#if !(defined(__GNUC__) && (__GNUC__ == 2) && (__GNUC_MINOR__ < 8))
 cl_condition::~cl_condition () {}
-#endif
+
+}  // namespace cln