Updated multiprecision module to support the most recent version of MPFR C++

This commit is contained in:
Pavel Holoborodko
2012-10-19 18:12:31 +09:00
parent 77f92bf0b1
commit 8b84e05739
6 changed files with 1910 additions and 8256 deletions

View File

@@ -57,8 +57,3 @@ void test_mpreal_support()
stream << A;
}
}
extern "C" {
#include "mpreal/dlmalloc.c"
}
#include "mpreal/mpreal.cpp"