|
Boost-Commit : |
From: john_at_[hidden]
Date: 2007-11-02 14:26:48
Author: johnmaddock
Date: 2007-11-02 14:26:47 EDT (Fri, 02 Nov 2007)
New Revision: 40693
URL: http://svn.boost.org/trac/boost/changeset/40693
Log:
Added needed #include and using declaration.
Text files modified:
trunk/boost/math/tools/test_data.hpp | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
Modified: trunk/boost/math/tools/test_data.hpp
==============================================================================
--- trunk/boost/math/tools/test_data.hpp (original)
+++ trunk/boost/math/tools/test_data.hpp 2007-11-02 14:26:47 EDT (Fri, 02 Nov 2007)
@@ -6,7 +6,7 @@
#ifndef BOOST_MATH_TOOLS_TEST_DATA_HPP
#define BOOST_MATH_TOOLS_TEST_DATA_HPP
-#include <boost/config.hpp>
+#include <boost/math/tools/config.hpp>
#include <boost/assert.hpp>
#ifdef BOOST_MSVC
# pragma warning(push)
@@ -41,7 +41,7 @@
random_in_range = 0,
periodic_in_range = 1,
power_series = 2,
- dummy_param = 0x80,
+ dummy_param = 0x80
};
parameter_type operator | (parameter_type a, parameter_type b)
@@ -333,6 +333,7 @@
template <class T>
void test_data<T>::create_test_points(std::set<T>& points, const parameter_info<T>& arg1)
{
+ BOOST_MATH_STD_USING
//
// Generate a set of test points as requested, try and generate points
// at only float precision: otherwise when testing float versions of functions
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