patch mpfr c++ copy to fix warnings and min/max issues

This commit is contained in:
Gael Guennebaud
2012-06-21 09:59:44 +02:00
parent b5093e2585
commit 7380592bc2
3 changed files with 7 additions and 6 deletions

View File

@@ -432,7 +432,8 @@ std::string mpreal::toString(const std::string& format) const
std::string mpreal::toString(int n, int b, mp_rnd_t mode) const
{
(void)b;
(void)mode;
#if (MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0))
// Use MPFR native function for output