Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71989 - trunk/boost/math
From: john_at_[hidden]
Date: 2011-05-16 13:30:53


Author: johnmaddock
Date: 2011-05-16 13:30:52 EDT (Mon, 16 May 2011)
New Revision: 71989
URL: http://svn.boost.org/trac/boost/changeset/71989

Log:
Remove unnecessary macros.
Text files modified:
   trunk/boost/math/tr1.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/math/tr1.hpp
==============================================================================
--- trunk/boost/math/tr1.hpp (original)
+++ trunk/boost/math/tr1.hpp 2011-05-16 13:30:52 EDT (Mon, 16 May 2011)
@@ -846,7 +846,7 @@
 inline typename tools::promote_args<T>::type comp_ellint_2(T k)
 { return boost::math::tr1::comp_ellint_2(static_cast<typename tools::promote_args<T>::type> BOOST_PREVENT_MACRO_SUBSTITUTION(k)); }
 
-// [5.2.1.6] BOOST_PREVENT_MACRO_SUBSTITUTION(complete) elliptic integral of the third kind:
+// [5.2.1.6] (complete) elliptic integral of the third kind:
 inline float comp_ellint_3f(float k, float nu)
 { return boost::math::tr1::boost_comp_ellint_3f(k, nu); }
 inline double comp_ellint_3(double k, double nu)


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