Enable mpreal unit test for C++11 compiler only

This commit is contained in:
Gael Guennebaud
2015-10-27 17:35:54 +01:00
parent 946f8850e8
commit d4cf436cb1
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@
#define MPREAL_HAVE_EXPLICIT_CONVERTERS
#endif
//#define MPFR_USE_INTMAX_T // Enable 64-bit integer types - should be defined before mpfr.h
#define MPFR_USE_INTMAX_T // Enable 64-bit integer types - should be defined before mpfr.h
#if defined(MPREAL_HAVE_MSVC_DEBUGVIEW) && defined(_MSC_VER) && defined(_DEBUG)
#define MPREAL_MSVC_DEBUGVIEW_CODE DebugView = toString();