Comment #1 on issue 10 by thehaddo...@gmail.com: 5.0.0 build error : #error
Boost.Numeric.Interval: Please specify rounding control mechanism.
http://code.google.com/p/cortex-vfx/issues/detail?id=10
Closing this as the problem is with boost rather than Cortex. There are
several workarounds currently documented on the dev list, including
bracketing the interval include statements like so :
#define __USE_ISOC99
#include "boost/numeric/interval.hpp"
#undef __USE_ISOC99