mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Remove second set of deprecated headers
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <boost/archive/text_wiarchive.hpp>
|
||||
#include <boost/archive/text_woarchive.hpp>
|
||||
#include <boost/archive/codecvt_null.hpp>
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
#include <boost/math/special_functions/sign.hpp>
|
||||
#include <boost/math/special_functions/fpclassify.hpp>
|
||||
|
||||
@@ -32,7 +32,7 @@ and checks that can input C99 infinity and NaN too.
|
||||
|
||||
#define BOOST_TEST_MAIN
|
||||
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include "almost_equal.ipp"
|
||||
#include "s_.ipp"
|
||||
|
||||
@@ -28,7 +28,7 @@ excluding C99 specification "nan -nan nan -nan" and "inf -inf".
|
||||
#include <sstream>
|
||||
|
||||
#define BOOST_TEST_MAIN
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
//#include "almost_equal.hpp"
|
||||
//#include "S_.hpp"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <locale>
|
||||
#include <string>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
#include <boost/math/special_functions/sign.hpp>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#define BOOST_TEST_MAIN
|
||||
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <libs/math/test/almost_equal.ipp> // Similar to BOOST_CLOSE_FRACTION.
|
||||
#include <libs/math/test/s_.ipp> // To create test strings like std::basic_string<CharType> s = S_("0 -0");
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
#define BOOST_TEST_MAIN
|
||||
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include "almost_equal.ipp" // Similar to BOOST_CLOSE_FRACTION.
|
||||
#include "s_.ipp" // To create test strings like std::basic_string<CharType> s = S_("0 -0");
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#define BOOST_TEST_MAIN
|
||||
|
||||
#include <boost/test/auto_unit_test.hpp>
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
|
||||
#include "s_.ipp" // To create test strings like std::basic_string<CharType> s = S_("0 -0");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user