Browse Source

removed unnecessary QD checks

Nicolas Winkler 5 years ago
parent
commit
5f9386f330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libmandel/include/Types.h

+ 1 - 1
libmandel/include/Types.h

@@ -94,7 +94,7 @@ namespace mnd
         return static_cast<T>(x);
     }
 
-#if defined(WITH_BOOST) && defined(WITH_QD)
+#if defined(WITH_BOOST)
     template<>
     inline DoubleDouble convert<DoubleDouble, Real>(const Real& x)
     {