Explorar el Código

removed unnecessary QD checks

Nicolas Winkler hace 5 años
padre
commit
5f9386f330
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
     {