|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49588 - sandbox/math_toolkit/libs/math/test
From: pbristow_at_[hidden]
Date: 2008-11-04 12:15:38
Author: pbristow
Date: 2008-11-04 12:15:37 EST (Tue, 04 Nov 2008)
New Revision: 49588
URL: http://svn.boost.org/trac/boost/changeset/49588
Log:
Added #include <pch.hpp>
// Need to compile in MSVC IDE PAB 31 Oct 2008
Text files modified:
sandbox/math_toolkit/libs/math/test/test_gamma.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: sandbox/math_toolkit/libs/math/test/test_gamma.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/test/test_gamma.cpp (original)
+++ sandbox/math_toolkit/libs/math/test/test_gamma.cpp 2008-11-04 12:15:37 EST (Tue, 04 Nov 2008)
@@ -4,6 +4,7 @@
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include <pch.hpp>
+// Need to compile in IDE PAB 31 Oct 2008
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk