$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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