Add missing initialization of numeric_traits<mpfp>::rnd

This commit is contained in:
Soonho Kong 2013-08-12 12:57:47 -07:00
parent ec233496b6
commit 71e10a0336

View file

@ -8,6 +8,8 @@ Author: Soonho Kong
#include "mpfp.h"
namespace lean {
thread_local mpfr_rnd_t numeric_traits<mpfp>::rnd = MPFR_RNDN;
/**
\brief Auxiliary class for invoking mpfr_free_cache before
exiting and avoiding Valgrind memory leak warnings.