Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-12-15 13:41:24


Author: johnmaddock
Date: 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
New Revision: 42079
URL: http://svn.boost.org/trac/boost/changeset/42079

Log:
Merged fixes for #1454 to the release branch.
Added:
   branches/release/libs/math/test/compile_test/compl_abs_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/compl_abs_incl_test.cpp
   branches/release/libs/math/test/compile_test/compl_acos_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/compl_acos_incl_test.cpp
   branches/release/libs/math/test/compile_test/compl_acosh_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/compl_acosh_incl_test.cpp
   branches/release/libs/math/test/compile_test/compl_asin_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/compl_asin_incl_test.cpp
   branches/release/libs/math/test/compile_test/compl_asinh_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/compl_asinh_incl_test.cpp
   branches/release/libs/math/test/compile_test/compl_atan_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/compl_atan_incl_test.cpp
   branches/release/libs/math/test/compile_test/compl_atanh_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/compl_atanh_incl_test.cpp
   branches/release/libs/math/test/compile_test/dist_find_location_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/dist_find_location_incl_test.cpp
   branches/release/libs/math/test/compile_test/dist_find_scale_incl_test.cpp
      - copied unchanged from r42078, /trunk/libs/math/test/compile_test/dist_find_scale_incl_test.cpp
Text files modified:
   branches/release/boost/math/complex/asinh.hpp | 4 ++--
   branches/release/boost/math/distributions/find_location.hpp | 2 ++
   branches/release/boost/math/distributions/find_scale.hpp | 2 ++
   branches/release/libs/math/test/Jamfile.v2 | 10 ++++++++++
   branches/release/libs/math/test/compile_test/sf_bessel_incl_test.cpp | 2 +-
   branches/release/libs/math/test/compile_test/sf_cos_pi_incl_test.cpp | 2 +-
   branches/release/libs/math/test/compile_test/sf_sin_pi_incl_test.cpp | 2 +-
   7 files changed, 19 insertions(+), 5 deletions(-)

Modified: branches/release/boost/math/complex/asinh.hpp
==============================================================================
--- branches/release/boost/math/complex/asinh.hpp (original)
+++ branches/release/boost/math/complex/asinh.hpp 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
@@ -9,8 +9,8 @@
 #ifndef BOOST_MATH_COMPLEX_DETAILS_INCLUDED
 # include <boost/math/complex/details.hpp>
 #endif
-#ifndef BOOST_MATH_COMPLEX_ASINH_INCLUDED
-# include <boost/math/complex/asinh.hpp>
+#ifndef BOOST_MATH_COMPLEX_ASIN_INCLUDED
+# include <boost/math/complex/asin.hpp>
 #endif
 
 namespace boost{ namespace math{

Modified: branches/release/boost/math/distributions/find_location.hpp
==============================================================================
--- branches/release/boost/math/distributions/find_location.hpp (original)
+++ branches/release/boost/math/distributions/find_location.hpp 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
@@ -13,6 +13,8 @@
 #include <boost/math/policies/policy.hpp>
 #include <boost/math/tools/traits.hpp>
 #include <boost/static_assert.hpp>
+#include <boost/math/special_functions/fpclassify.hpp>
+#include <boost/math/policies/error_handling.hpp>
 // using boost::math::policies::policy;
 // using boost::math::complement; // will be needed by users who want complement,
 // but NOT placed here to avoid putting it in global scope.

Modified: branches/release/boost/math/distributions/find_scale.hpp
==============================================================================
--- branches/release/boost/math/distributions/find_scale.hpp (original)
+++ branches/release/boost/math/distributions/find_scale.hpp 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
@@ -14,6 +14,8 @@
 // using boost::math::policies::policy;
 #include <boost/math/tools/traits.hpp>
 #include <boost/static_assert.hpp>
+#include <boost/math/special_functions/fpclassify.hpp>
+#include <boost/math/policies/error_handling.hpp>
 // using boost::math::complement; // will be needed by users who want complement,
 // but NOT placed here to avoid putting it in global scope.
 

Modified: branches/release/libs/math/test/Jamfile.v2
==============================================================================
--- branches/release/libs/math/test/Jamfile.v2 (original)
+++ branches/release/libs/math/test/Jamfile.v2 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
@@ -310,6 +310,13 @@
 run test_bessel_i.cpp ;
 run test_bessel_k.cpp ;
 
+compile compile_test/compl_abs_incl_test.cpp ;
+compile compile_test/compl_acos_incl_test.cpp ;
+compile compile_test/compl_acosh_incl_test.cpp ;
+compile compile_test/compl_asin_incl_test.cpp ;
+compile compile_test/compl_asinh_incl_test.cpp ;
+compile compile_test/compl_atan_incl_test.cpp ;
+compile compile_test/compl_atanh_incl_test.cpp ;
 compile compile_test/dist_bernoulli_incl_test.cpp ;
 compile compile_test/dist_beta_incl_test.cpp ;
 compile compile_test/dist_binomial_incl_test.cpp ;
@@ -318,6 +325,8 @@
 compile compile_test/dist_complement_incl_test.cpp ;
 compile compile_test/dist_exponential_incl_test.cpp ;
 compile compile_test/dist_extreme_val_incl_test.cpp ;
+compile compile_test/dist_find_location_incl_test.cpp ;
+compile compile_test/dist_find_scale_incl_test.cpp ;
 compile compile_test/dist_fisher_f_incl_test.cpp ;
 compile compile_test/dist_gamma_incl_test.cpp ;
 compile compile_test/dist_lognormal_incl_test.cpp ;
@@ -401,3 +410,4 @@
 
 
 
+

Modified: branches/release/libs/math/test/compile_test/sf_bessel_incl_test.cpp
==============================================================================
--- branches/release/libs/math/test/compile_test/sf_bessel_incl_test.cpp (original)
+++ branches/release/libs/math/test/compile_test/sf_bessel_incl_test.cpp 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
@@ -3,7 +3,7 @@
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 //
-// Basic sanity check that header <boost/math/special_functions/erf.hpp>
+// Basic sanity check that header <boost/math/special_functions/bessel.hpp>
 // #includes all the files that it needs to.
 //
 #include <boost/math/special_functions/bessel.hpp>

Modified: branches/release/libs/math/test/compile_test/sf_cos_pi_incl_test.cpp
==============================================================================
--- branches/release/libs/math/test/compile_test/sf_cos_pi_incl_test.cpp (original)
+++ branches/release/libs/math/test/compile_test/sf_cos_pi_incl_test.cpp 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
@@ -3,7 +3,7 @@
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 //
-// Basic sanity check that header <boost/math/special_functions/erf.hpp>
+// Basic sanity check that header <boost/math/special_functions/cos_pi.hpp>
 // #includes all the files that it needs to.
 //
 #include <boost/math/special_functions/cos_pi.hpp>

Modified: branches/release/libs/math/test/compile_test/sf_sin_pi_incl_test.cpp
==============================================================================
--- branches/release/libs/math/test/compile_test/sf_sin_pi_incl_test.cpp (original)
+++ branches/release/libs/math/test/compile_test/sf_sin_pi_incl_test.cpp 2007-12-15 13:41:24 EST (Sat, 15 Dec 2007)
@@ -3,7 +3,7 @@
 // Boost Software License, Version 1.0. (See accompanying file
 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 //
-// Basic sanity check that header <boost/math/special_functions/erf.hpp>
+// Basic sanity check that header <boost/math/special_functions/sin_pi.hpp>
 // #includes all the files that it needs to.
 //
 #include <boost/math/special_functions/sin_pi.hpp>


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