Explorar o código

removed unnecessary QD checks

Nicolas Winkler %!s(int64=5) %!d(string=hai) anos
pai
achega
5f9386f330
Modificáronse 1 ficheiros con 1 adicións e 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)
     {