mirror of
https://github.com/boostorg/math.git
synced 2026-01-27 07:02:08 +00:00
Merge bad file name fixes and TR1 breakages from Trunk.
Authorized by Daniel James. [SVN r72845]
This commit is contained in:
@@ -104,7 +104,6 @@ namespace boost{ namespace math{ namespace tr1{ extern "C"{
|
||||
# include <boost/config/auto_link.hpp>
|
||||
#endif
|
||||
|
||||
#if !defined(__cplusplus) && defined(FLT_EVAL_METHOD) && (FLT_EVAL_METHOD > 2)
|
||||
#ifndef FLT_EVAL_METHOD
|
||||
typedef float float_t;
|
||||
typedef double double_t;
|
||||
@@ -118,7 +117,6 @@ typedef double double_t;
|
||||
typedef long double float_t;
|
||||
typedef long double double_t;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// C99 Functions:
|
||||
double BOOST_MATH_TR1_DECL boost_acosh BOOST_PREVENT_MACRO_SUBSTITUTION(double x) BOOST_MATH_C99_THROW_SPEC;
|
||||
|
||||
@@ -35,7 +35,7 @@ and checks that can input C99 infinity and NaN too.
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
#include <boost/math/special_functions/sign.hpp>
|
||||
#include <boost/math/special_functions/fpclassify.hpp>
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#include <sstream>
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
|
||||
namespace {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
#include "almost_equal.ipp"
|
||||
#include "S_.ipp"
|
||||
#include "s_.ipp"
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user