$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80068 - trunk/boost/math/distributions
From: john_at_[hidden]
Date: 2012-08-17 11:32:13
Author: johnmaddock
Date: 2012-08-17 11:32:12 EDT (Fri, 17 Aug 2012)
New Revision: 80068
URL: http://svn.boost.org/trac/boost/changeset/80068
Log:
Add needed using declarations.
Text files modified:
trunk/boost/math/distributions/non_central_t.hpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/boost/math/distributions/non_central_t.hpp
==============================================================================
--- trunk/boost/math/distributions/non_central_t.hpp (original)
+++ trunk/boost/math/distributions/non_central_t.hpp 2012-08-17 11:32:12 EDT (Fri, 17 Aug 2012)
@@ -205,6 +205,7 @@
template <class T, class Policy>
T non_central_t_cdf(T n, T delta, T t, bool invert, const Policy& pol)
{
+ BOOST_MATH_STD_USING
//
// For t < 0 we have to use reflect:
//