Kaydet (Commit) 734b4507 authored tarafından Pedro Giffuni's avatar Pedro Giffuni

i121561 - Better attempt to fix the Windows build.

Revert r1428523. Apparently the problem is caused by a template
conflict with STLPort.

Special thanks to hdu@ for his incredible detective work.
üst 42459ad7
...@@ -33,11 +33,16 @@ ...@@ -33,11 +33,16 @@
#include <math.h> #include <math.h>
#include <map> #include <map>
// Policy definition for STLPORT
// This works around some issues with Boost
#ifdef WNT
#define _STLP_HAS_NATIVE_FLOAT_ABS
#endif
// Policy Definitions for Boost math. // Policy Definitions for Boost math.
// This header must be included before including any Boost // This header must be included before including any Boost
// math function. // math function.
// //
#define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
#define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error #define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error
class ScDocument; class ScDocument;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment