mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
patch mpfr c++ copy to fix warnings and min/max issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user