Boost logo

Boost-Commit :

From: john_at_[hidden]
Date: 2007-08-20 08:43:36


Author: johnmaddock
Date: 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
New Revision: 38780
URL: http://svn.boost.org/trac/boost/changeset/38780

Log:
Changed "policy" directory to "policies" to match the namespace name.
Added:
   sandbox/math_toolkit/boost/math/policies/
      - copied from r38778, /sandbox/math_toolkit/boost/math/policy/
Removed:
   sandbox/math_toolkit/boost/math/policy/
Text files modified:
   sandbox/math_toolkit/boost/math/concepts/real_concept.hpp | 2 +-
   sandbox/math_toolkit/boost/math/concepts/std_real_concept.hpp | 2 +-
   sandbox/math_toolkit/boost/math/distributions/detail/common_error_handling.hpp | 2 +-
   sandbox/math_toolkit/boost/math/distributions/negative_binomial.hpp | 32 ++++++++++++++++----------------
   sandbox/math_toolkit/boost/math/policies/error_handling.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/acosh.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/atanh.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/binomial.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_ik.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_jy.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k0.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k1.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_kn.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y0.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y1.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/bessel_yn.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/detail/igamma_inverse.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/digamma.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/ellint_1.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/ellint_2.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/ellint_3.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/ellint_rc.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/ellint_rd.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/ellint_rf.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/ellint_rj.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/erf.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/expm1.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/gamma.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/hermite.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/hypot.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/laguerre.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/lanczos.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/log1p.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp | 2 +-
   sandbox/math_toolkit/boost/math/special_functions/sinc.hpp | 2 +-
   sandbox/math_toolkit/boost/math/tools/minima.hpp | 2 +-
   sandbox/math_toolkit/boost/math/tools/ntl.hpp | 2 +-
   sandbox/math_toolkit/boost/math/tools/precision.hpp | 2 +-
   sandbox/math_toolkit/boost/math/tools/remez.hpp | 2 +-
   sandbox/math_toolkit/boost/math/tools/roots.hpp | 2 +-
   sandbox/math_toolkit/boost/math/tools/toms748_solve.hpp | 2 +-
   sandbox/math_toolkit/libs/math/example/error_policies_example.cpp | 2 +-
   sandbox/math_toolkit/libs/math/example/policy_eg_8.cpp | 2 +-
   sandbox/math_toolkit/libs/math/performance/main.cpp | 2 +-
   sandbox/math_toolkit/libs/math/test/test_error_handling.cpp | 4 ++--
   sandbox/math_toolkit/libs/math/test/test_policy.cpp | 2 +-
   46 files changed, 62 insertions(+), 62 deletions(-)

Modified: sandbox/math_toolkit/boost/math/concepts/real_concept.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/concepts/real_concept.hpp (original)
+++ sandbox/math_toolkit/boost/math/concepts/real_concept.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -24,7 +24,7 @@
 #include <boost/limits.hpp>
 #include <boost/math/tools/real_cast.hpp>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 
 #include <ostream>
 #include <istream>

Modified: sandbox/math_toolkit/boost/math/concepts/std_real_concept.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/concepts/std_real_concept.hpp (original)
+++ sandbox/math_toolkit/boost/math/concepts/std_real_concept.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -20,7 +20,7 @@
 #include <boost/limits.hpp>
 #include <boost/math/tools/real_cast.hpp>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 
 #include <ostream>
 #include <istream>

Modified: sandbox/math_toolkit/boost/math/distributions/detail/common_error_handling.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions/detail/common_error_handling.hpp (original)
+++ sandbox/math_toolkit/boost/math/distributions/detail/common_error_handling.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -9,7 +9,7 @@
 #ifndef BOOST_MATH_DISTRIBUTIONS_COMMON_ERROR_HANDLING_HPP
 #define BOOST_MATH_DISTRIBUTIONS_COMMON_ERROR_HANDLING_HPP
 
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/special_functions/fpclassify.hpp>
 
 #ifdef BOOST_MSVC

Modified: sandbox/math_toolkit/boost/math/distributions/negative_binomial.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/distributions/negative_binomial.hpp (original)
+++ sandbox/math_toolkit/boost/math/distributions/negative_binomial.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -232,22 +232,22 @@
         return result + k;
       } // RealType find_number_of_failures
 
- //static RealType find_maximum_number_of_trials(
- // RealType k, // number of failures (k >= 0).
- // RealType p, // success fraction 0 <= p <= 1.
- // RealType alpha) // risk level threshold 0 <= alpha <= 1.
- //{
- // static const char* function = "boost::math::negative_binomial<%1%>::estimate_maximum_number_of_trials";
- // // Error checks:
- // RealType result;
- // if(false == negative_binomial_detail::check_dist_and_k(
- // function, RealType(1), p, k, &result, Policy())
- // && detail::check_probability(function, alpha, &result, Policy()))
- // { return result; }
-
- // result = ibetac_inva(k + 1, p, alpha, Policy()); // returns n - k
- // return result + k;
- //} // RealType find_number_of_trials complemented
+ static RealType find_maximum_number_of_trials(
+ RealType k, // number of failures (k >= 0).
+ RealType p, // success fraction 0 <= p <= 1.
+ RealType alpha) // risk level threshold 0 <= alpha <= 1.
+ {
+ static const char* function = "boost::math::negative_binomial<%1%>::estimate_maximum_number_of_trials";
+ // Error checks:
+ RealType result;
+ if(false == negative_binomial_detail::check_dist_and_k(
+ function, RealType(1), p, k, &result, Policy())
+ && detail::check_probability(function, alpha, &result, Policy()))
+ { return result; }
+
+ result = ibetac_inva(k + 1, p, alpha, Policy()); // returns n - k
+ return result + k;
+ } // RealType find_number_of_trials complemented
 
     private:
       RealType m_r; // successes.

Modified: sandbox/math_toolkit/boost/math/policies/error_handling.hpp
==============================================================================
--- /sandbox/math_toolkit/boost/math/policy/error_handling.hpp (original)
+++ sandbox/math_toolkit/boost/math/policies/error_handling.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -15,7 +15,7 @@
 #include <cmath>
 #include <stdexcept>
 #include <boost/math/tools/config.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 #include <boost/math/tools/precision.hpp>
 #include <boost/cstdint.hpp>
 #ifdef BOOST_MSVC

Modified: sandbox/math_toolkit/boost/math/special_functions/acosh.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/acosh.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/acosh.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -14,7 +14,7 @@
 #include <cmath>
 #include <boost/config.hpp>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 
 // This is the inverse of the hyperbolic cosine function.

Modified: sandbox/math_toolkit/boost/math/special_functions/atanh.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/atanh.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/atanh.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -14,7 +14,7 @@
 #include <cmath>
 #include <boost/config.hpp>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 
 // This is the inverse of the hyperbolic tangent function.

Modified: sandbox/math_toolkit/boost/math/special_functions/binomial.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/binomial.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/binomial.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -8,7 +8,7 @@
 
 #include <boost/math/special_functions/factorials.hpp>
 #include <boost/math/special_functions/beta.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 namespace boost{ namespace math{
 

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_ik.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_ik.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_ik.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -9,7 +9,7 @@
 #include <boost/math/special_functions/gamma.hpp>
 #include <boost/math/special_functions/sin_pi.hpp>
 #include <boost/math/constants/constants.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/tools/config.hpp>
 
 // Modified Bessel functions of the first and second kind of fractional order

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_jy.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_jy.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_jy.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -15,7 +15,7 @@
 #include <boost/math/special_functions/detail/simple_complex.hpp>
 #include <boost/math/special_functions/detail/bessel_jy_asym.hpp>
 #include <boost/math/constants/constants.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/mpl/if.hpp>
 #include <boost/type_traits/is_floating_point.hpp>
 #include <complex>

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k0.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k0.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k0.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -7,7 +7,7 @@
 #define BOOST_MATH_BESSEL_K0_HPP
 
 #include <boost/math/tools/rational.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/assert.hpp>
 
 // Modified Bessel function of the second kind of order zero

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k1.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k1.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_k1.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -7,7 +7,7 @@
 #define BOOST_MATH_BESSEL_K1_HPP
 
 #include <boost/math/tools/rational.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/assert.hpp>
 
 // Modified Bessel function of the second kind of order one

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_kn.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_kn.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_kn.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -8,7 +8,7 @@
 
 #include <boost/math/special_functions/detail/bessel_k0.hpp>
 #include <boost/math/special_functions/detail/bessel_k1.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 // Modified Bessel function of the second kind of integer order
 // K_n(z) is the dominant solution, forward recurrence always OK (though unstable)

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y0.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y0.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y0.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -9,7 +9,7 @@
 #include <boost/math/special_functions/detail/bessel_j0.hpp>
 #include <boost/math/constants/constants.hpp>
 #include <boost/math/tools/rational.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/assert.hpp>
 
 // Bessel function of the second kind of order zero

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y1.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y1.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_y1.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -9,7 +9,7 @@
 #include <boost/math/special_functions/detail/bessel_j1.hpp>
 #include <boost/math/constants/constants.hpp>
 #include <boost/math/tools/rational.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/assert.hpp>
 
 // Bessel function of the second kind of order one

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/bessel_yn.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/bessel_yn.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/bessel_yn.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -8,7 +8,7 @@
 
 #include <boost/math/special_functions/detail/bessel_y0.hpp>
 #include <boost/math/special_functions/detail/bessel_y1.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 // Bessel function of the second kind of integer order
 // Y_n(z) is the dominant solution, forward recurrence always OK (though unstable)

Modified: sandbox/math_toolkit/boost/math/special_functions/detail/igamma_inverse.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/detail/igamma_inverse.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/detail/igamma_inverse.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -9,7 +9,7 @@
 #include <boost/math/special_functions/gamma.hpp>
 #include <boost/math/special_functions/sign.hpp>
 #include <boost/math/tools/roots.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/tr1/tuple.hpp>
 
 namespace boost{ namespace math{

Modified: sandbox/math_toolkit/boost/math/special_functions/digamma.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/digamma.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/digamma.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -8,7 +8,7 @@
 
 #include <boost/math/tools/rational.hpp>
 #include <boost/math/tools/promotion.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/constants/constants.hpp>
 #include <boost/mpl/comparison.hpp>
 

Modified: sandbox/math_toolkit/boost/math/special_functions/ellint_1.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/ellint_1.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/ellint_1.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -16,7 +16,7 @@
 
 #include <boost/math/special_functions/ellint_rf.hpp>
 #include <boost/math/constants/constants.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 // Elliptic integrals (complete and incomplete) of the first kind
 // Carlson, Numerische Mathematik, vol 33, 1 (1979)

Modified: sandbox/math_toolkit/boost/math/special_functions/ellint_2.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/ellint_2.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/ellint_2.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -17,7 +17,7 @@
 #include <boost/math/special_functions/ellint_rf.hpp>
 #include <boost/math/special_functions/ellint_rd.hpp>
 #include <boost/math/constants/constants.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 // Elliptic integrals (complete and incomplete) of the second kind
 // Carlson, Numerische Mathematik, vol 33, 1 (1979)

Modified: sandbox/math_toolkit/boost/math/special_functions/ellint_3.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/ellint_3.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/ellint_3.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -20,7 +20,7 @@
 #include <boost/math/special_functions/ellint_2.hpp>
 #include <boost/math/special_functions/log1p.hpp>
 #include <boost/math/constants/constants.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 // Elliptic integrals (complete and incomplete) of the third kind
 // Carlson, Numerische Mathematik, vol 33, 1 (1979)

Modified: sandbox/math_toolkit/boost/math/special_functions/ellint_rc.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/ellint_rc.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/ellint_rc.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -13,7 +13,7 @@
 #ifndef BOOST_MATH_ELLINT_RC_HPP
 #define BOOST_MATH_ELLINT_RC_HPP
 
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/tools/config.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 

Modified: sandbox/math_toolkit/boost/math/special_functions/ellint_rd.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/ellint_rd.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/ellint_rd.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -13,7 +13,7 @@
 
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <boost/math/tools/config.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 // Carlson's elliptic integral of the second kind
 // R_D(x, y, z) = R_J(x, y, z, z) = 1.5 * \int_{0}^{\infty} [(t+x)(t+y)]^{-1/2} (t+z)^{-3/2} dt

Modified: sandbox/math_toolkit/boost/math/special_functions/ellint_rf.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/ellint_rf.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/ellint_rf.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -15,7 +15,7 @@
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <boost/math/tools/config.hpp>
 
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 // Carlson's elliptic integral of the first kind
 // R_F(x, y, z) = 0.5 * \int_{0}^{\infty} [(t+x)(t+y)(t+z)]^{-1/2} dt

Modified: sandbox/math_toolkit/boost/math/special_functions/ellint_rj.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/ellint_rj.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/ellint_rj.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -15,7 +15,7 @@
 
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <boost/math/tools/config.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/special_functions/ellint_rc.hpp>
 
 // Carlson's elliptic integral of the third kind

Modified: sandbox/math_toolkit/boost/math/special_functions/erf.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/erf.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/erf.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -10,7 +10,7 @@
 #include <boost/math/tools/config.hpp>
 #include <boost/math/special_functions/gamma.hpp>
 #include <boost/math/tools/roots.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 namespace boost{ namespace math{
 

Modified: sandbox/math_toolkit/boost/math/special_functions/expm1.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/expm1.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/expm1.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -12,7 +12,7 @@
 #include <boost/math/tools/config.hpp>
 #include <boost/math/tools/series.hpp>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/tools/rational.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <boost/mpl/less_equal.hpp>

Modified: sandbox/math_toolkit/boost/math/special_functions/gamma.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/gamma.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/gamma.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -25,7 +25,7 @@
 #include <boost/math/tools/precision.hpp>
 #include <boost/math/tools/real_cast.hpp>
 #include <boost/math/tools/promotion.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/constants/constants.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <boost/math/special_functions/log1p.hpp>

Modified: sandbox/math_toolkit/boost/math/special_functions/hermite.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/hermite.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/hermite.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -9,7 +9,7 @@
 
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <boost/math/tools/config.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 namespace boost{
 namespace math{

Modified: sandbox/math_toolkit/boost/math/special_functions/hypot.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/hypot.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/hypot.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -8,7 +8,7 @@
 
 #include <boost/math/tools/config.hpp>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <cmath>
 #include <algorithm> // for swap

Modified: sandbox/math_toolkit/boost/math/special_functions/laguerre.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/laguerre.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/laguerre.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -9,7 +9,7 @@
 
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <boost/math/tools/config.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 namespace boost{
 namespace math{

Modified: sandbox/math_toolkit/boost/math/special_functions/lanczos.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/lanczos.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/lanczos.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -11,7 +11,7 @@
 #include <boost/limits.hpp>
 #include <boost/cstdint.hpp>
 #include <boost/math/tools/rational.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 #include <boost/mpl/less_equal.hpp>
 
 #include <limits.h>

Modified: sandbox/math_toolkit/boost/math/special_functions/log1p.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/log1p.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/log1p.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -11,7 +11,7 @@
 #include <boost/limits.hpp>
 #include <boost/math/tools/config.hpp>
 #include <boost/math/tools/series.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 
 #ifndef BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS

Modified: sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/math_fwd.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -20,7 +20,7 @@
 #define BOOST_MATH_SPECIAL_MATH_FWD_HPP
 
 #include <boost/math/tools/promotion.hpp> // for argument promotion.
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 #include <boost/mpl/comparison.hpp>
 #include <complex>
 

Modified: sandbox/math_toolkit/boost/math/special_functions/sinc.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/special_functions/sinc.hpp (original)
+++ sandbox/math_toolkit/boost/math/special_functions/sinc.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -13,7 +13,7 @@
 
 #include <boost/math/tools/config.hpp>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 #include <boost/math/special_functions/math_fwd.hpp>
 #include <cmath>
 #include <boost/limits.hpp>

Modified: sandbox/math_toolkit/boost/math/tools/minima.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/tools/minima.hpp (original)
+++ sandbox/math_toolkit/boost/math/tools/minima.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -10,7 +10,7 @@
 #include <utility>
 #include <cmath>
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 #include <boost/cstdint.hpp>
 
 namespace boost{ namespace math{ namespace tools{

Modified: sandbox/math_toolkit/boost/math/tools/ntl.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/tools/ntl.hpp (original)
+++ sandbox/math_toolkit/boost/math/tools/ntl.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -11,7 +11,7 @@
 #include <boost/math/tools/real_cast.hpp>
 #include <boost/math/tools/precision.hpp>
 #include <boost/math/constants/constants.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 
 namespace NTL
 {

Modified: sandbox/math_toolkit/boost/math/tools/precision.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/tools/precision.hpp (original)
+++ sandbox/math_toolkit/boost/math/tools/precision.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -12,7 +12,7 @@
 #include <boost/mpl/int.hpp>
 #include <boost/mpl/bool.hpp>
 #include <boost/mpl/if.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 
 #include <iostream>
 #include <iomanip>

Modified: sandbox/math_toolkit/boost/math/tools/remez.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/tools/remez.hpp (original)
+++ sandbox/math_toolkit/boost/math/tools/remez.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -13,7 +13,7 @@
 #include <boost/function/function1.hpp>
 #include <boost/scoped_array.hpp>
 #include <boost/math/constants/constants.hpp>
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 
 namespace boost{ namespace math{ namespace tools{
 

Modified: sandbox/math_toolkit/boost/math/tools/roots.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/tools/roots.hpp (original)
+++ sandbox/math_toolkit/boost/math/tools/roots.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -26,7 +26,7 @@
 
 #include <boost/math/special_functions/sign.hpp>
 #include <boost/math/tools/toms748_solve.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 
 namespace boost{ namespace math{ namespace tools{
 

Modified: sandbox/math_toolkit/boost/math/tools/toms748_solve.hpp
==============================================================================
--- sandbox/math_toolkit/boost/math/tools/toms748_solve.hpp (original)
+++ sandbox/math_toolkit/boost/math/tools/toms748_solve.hpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -7,7 +7,7 @@
 #define BOOST_MATH_TOOLS_SOLVE_ROOT_HPP
 
 #include <boost/math/tools/precision.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/tools/config.hpp>
 #include <boost/math/special_functions/sign.hpp>
 #include <boost/cstdint.hpp>

Modified: sandbox/math_toolkit/libs/math/example/error_policies_example.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/error_policies_example.cpp (original)
+++ sandbox/math_toolkit/libs/math/example/error_policies_example.cpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -17,7 +17,7 @@
 
 // using namespace boost::math;
 //.\error_policy_normal.cpp(30) : error C2872: 'policy' : ambiguous symbol
-// could be 'I:\Boost-sandbox\math_toolkit\boost/math/policy/policy.hpp(392) : boost::math::policies::policy'
+// could be 'I:\Boost-sandbox\math_toolkit\boost/math/policies/policy.hpp(392) : boost::math::policies::policy'
 // or 'boost::math::policies'
 
   // So can't use this using namespace command.

Modified: sandbox/math_toolkit/libs/math/example/policy_eg_8.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/example/policy_eg_8.cpp (original)
+++ sandbox/math_toolkit/libs/math/example/policy_eg_8.cpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -17,7 +17,7 @@
 we set the policy for a specific type of error to `user_error`
 then the library will call a user-supplied error handler.
 These are forward declared, but not defined in
-boost/math/policy/error_handling.hpp like this:
+boost/math/policies/error_handling.hpp like this:
 
    namespace boost{ namespace math{ namespace policy{
 

Modified: sandbox/math_toolkit/libs/math/performance/main.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/performance/main.cpp (original)
+++ sandbox/math_toolkit/libs/math/performance/main.cpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -8,7 +8,7 @@
 #include <boost/math/tools/config.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include "performance_measure.hpp"
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 
 extern void reference_evaluate();
 

Modified: sandbox/math_toolkit/libs/math/test/test_error_handling.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/test/test_error_handling.cpp (original)
+++ sandbox/math_toolkit/libs/math/test/test_error_handling.cpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -55,8 +55,8 @@
 
 }}} // namespaces
 
-#include <boost/math/policy/policy.hpp>
-#include <boost/math/policy/error_handling.hpp>
+#include <boost/math/policies/policy.hpp>
+#include <boost/math/policies/error_handling.hpp>
 #include <boost/math/concepts/real_concept.hpp>
 #include <boost/test/included/test_exec_monitor.hpp> // for test_main
 //

Modified: sandbox/math_toolkit/libs/math/test/test_policy.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/test/test_policy.cpp (original)
+++ sandbox/math_toolkit/libs/math/test/test_policy.cpp 2007-08-20 08:43:32 EDT (Mon, 20 Aug 2007)
@@ -6,7 +6,7 @@
 // (See accompanying file LICENSE_1_0.txt
 // or copy at http://www.boost.org/LICENSE_1_0.txt)
 
-#include <boost/math/policy/policy.hpp>
+#include <boost/math/policies/policy.hpp>
 #include <boost/type_traits/is_same.hpp>
 #include <boost/test/included/test_exec_monitor.hpp> // for test_main
 


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