Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56679 - trunk/boost/math/tools
From: john_at_[hidden]
Date: 2009-10-09 12:52:28


Author: johnmaddock
Date: 2009-10-09 12:52:27 EDT (Fri, 09 Oct 2009)
New Revision: 56679
URL: http://svn.boost.org/trac/boost/changeset/56679

Log:
Fix duplicate definitions when BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS is defined.
Text files modified:
   trunk/boost/math/tools/precision.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/math/tools/precision.hpp
==============================================================================
--- trunk/boost/math/tools/precision.hpp (original)
+++ trunk/boost/math/tools/precision.hpp 2009-10-09 12:52:27 EDT (Fri, 09 Oct 2009)
@@ -221,7 +221,7 @@
 }
 
 template <class T>
-inline T epsilon(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE(T))
+inline T epsilon(BOOST_MATH_EXPLICIT_TEMPLATE_TYPE_SPEC(T))
 {
 #ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS
    return detail::epsilon<T>(mpl::bool_< ::std::numeric_limits<T>::is_specialized>());


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