Skip to content
Snippets Groups Projects
Commit 54fc32d1 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Include boost multiprecision header only if its contents will really be used

parent d40c4a0f
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,12 @@
#include <fenv.h>
#include <boost/multiprecision/mpfr.hpp>
//#define MULTIPRECISION
#ifdef MULTIPRECISION
#include <boost/multiprecision/mpfr.hpp>
#endif
#ifdef MULTIPRECISION
typedef boost::multiprecision::mpfr_float_50 FDType;
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment