|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61595 - trunk/boost/math/special_functions
From: dgregor_at_[hidden]
Date: 2010-04-26 18:57:03
Author: dgregor
Date: 2010-04-26 18:57:02 EDT (Mon, 26 Apr 2010)
New Revision: 61595
URL: http://svn.boost.org/trac/boost/changeset/61595
Log:
Eliminate a redundant BOOST_MATH_STD_USING; we aren't allowed to redeclare declarations in function scope
Text files modified:
trunk/boost/math/special_functions/next.hpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/boost/math/special_functions/next.hpp
==============================================================================
--- trunk/boost/math/special_functions/next.hpp (original)
+++ trunk/boost/math/special_functions/next.hpp 2010-04-26 18:57:02 EDT (Mon, 26 Apr 2010)
@@ -200,7 +200,6 @@
BOOST_ASSERT(a >= 0);
BOOST_ASSERT(b >= a);
- BOOST_MATH_STD_USING
int expon;
//
// Note that if a is a denorm then the usual formula fails
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