Преглед изворни кода

removed unnecessary QD checks

Nicolas Winkler пре 5 година
родитељ
комит
5f9386f330
1 измењених фајлова са 1 додато и 1 уклоњено
  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)
     {