Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78160 - trunk/boost/math/tools
From: john_at_[hidden]
Date: 2012-04-23 11:13:11


Author: johnmaddock
Date: 2012-04-23 11:13:10 EDT (Mon, 23 Apr 2012)
New Revision: 78160
URL: http://svn.boost.org/trac/boost/changeset/78160

Log:
Yet another try at getting constexp usage correct!
Refs #6820.
Text files modified:
   trunk/boost/math/tools/big_constant.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/math/tools/big_constant.hpp
==============================================================================
--- trunk/boost/math/tools/big_constant.hpp (original)
+++ trunk/boost/math/tools/big_constant.hpp 2012-04-23 11:13:10 EDT (Mon, 23 Apr 2012)
@@ -29,7 +29,7 @@
    return boost::lexical_cast<T>(s);
 }
 template <class T>
-inline const char* BOOST_CONSTEXPR_OR_CONST make_big_value(long double, const char* s, mpl::false_ const&, mpl::true_ const&)
+inline BOOST_CONSTEXPR const char* make_big_value(long double, const char* s, mpl::false_ const&, mpl::true_ const&)
 {
    return s;
 }


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