Browse Source

removed unnecessary QD checks

Nicolas Winkler 5 năm trước cách đây
mục cha
commit
5f9386f330
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
     {