$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r81424 - trunk/boost/math/bindings
From: john_at_[hidden]
Date: 2012-11-19 08:35:50
Author: johnmaddock
Date: 2012-11-19 08:35:49 EST (Mon, 19 Nov 2012)
New Revision: 81424
URL: http://svn.boost.org/trac/boost/changeset/81424
Log:
Minor fixes/typo corrections.
Text files modified: 
   trunk/boost/math/bindings/mpreal.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/math/bindings/mpreal.hpp
==============================================================================
--- trunk/boost/math/bindings/mpreal.hpp	(original)
+++ trunk/boost/math/bindings/mpreal.hpp	2012-11-19 08:35:49 EST (Mon, 19 Nov 2012)
@@ -736,7 +736,7 @@
    return result;
 }
 
-mpfr::mpreal bessel_i0(mpfr::mpreal x)
+inline mpfr::mpreal bessel_i0(mpfr::mpreal x)
 {
     static const mpfr::mpreal P1[] = {
         boost::lexical_cast<mpfr::mpreal>("-2.2335582639474375249e+15"),
@@ -811,7 +811,7 @@
     return value;
 }
 
-mpfr::mpreal bessel_i1(mpfr::mpreal x)
+inline mpfr::mpreal bessel_i1(mpfr::mpreal x)
 {
     static const mpfr::mpreal P1[] = {
         static_cast<mpfr::mpreal>("-1.4577180278143463643e+15"),