Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76308 - trunk/libs/math/test
From: john_at_[hidden]
Date: 2012-01-04 13:56:48


Author: johnmaddock
Date: 2012-01-04 13:56:48 EST (Wed, 04 Jan 2012)
New Revision: 76308
URL: http://svn.boost.org/trac/boost/changeset/76308

Log:
Add file missed in last commit.
Added:
   trunk/libs/math/test/pch_light.hpp (contents, props changed)

Added: trunk/libs/math/test/pch_light.hpp
==============================================================================
--- (empty file)
+++ trunk/libs/math/test/pch_light.hpp 2012-01-04 13:56:48 EST (Wed, 04 Jan 2012)
@@ -0,0 +1,20 @@
+// Copyright John Maddock 2008.
+// Use, modification and distribution are subject to the
+// Boost Software License, Version 1.0. (See accompanying file
+// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#ifdef BOOST_BUILD_PCH_ENABLED
+
+#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
+#include <boost/test/test_exec_monitor.hpp>
+#include <boost/test/floating_point_comparison.hpp>
+#include <boost/math/special_functions/math_fwd.hpp>
+#include <boost/math/tools/test.hpp>
+#include <boost/math/tools/stats.hpp>
+#include <boost/type_traits.hpp>
+#include <boost/array.hpp>
+#include "functor.hpp"
+
+#include "handle_test_result.hpp"
+
+#endif


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