Author: pfg
Date: Thu Jan 3 18:12:54 2013
New Revision: 1428523
URL: http://svn.apache.org/viewvc?rev=1428523&view=rev
Log:
i121561 - Attempt to fix windows build issue
Modified:
openoffice/trunk/main/sc/source/core/inc/interpre.hxx
Modified: openoffice/trunk/main/sc/source/core/inc/interpre.hxx
URL:
http://svn.apache.org/viewvc/openoffice/trunk/main/sc/source/core/inc/interpre.hxx?rev=1428523&r1=1428522&r2=1428523&view=diff
==============================================================================
--- openoffice/trunk/main/sc/source/core/inc/interpre.hxx (original)
+++ openoffice/trunk/main/sc/source/core/inc/interpre.hxx Thu Jan 3 18:12:54
2013
@@ -37,6 +37,7 @@
// This header must be included before including any Boost
// math function.
//
+#define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
#define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error
class ScDocument;