2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Bulk replacement of BOOST_MSVC

This commit is contained in:
Matt Borland
2021-03-23 18:39:09 +03:00
parent 2c59738acf
commit 8ebac14382
63 changed files with 117 additions and 117 deletions

View File

@@ -118,7 +118,7 @@ void handle_test_result(const boost::math::tools::test_result<T>& result,
const char* test_name,
const char* group_name)
{
#ifdef BOOST_MSVC
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable:4127)
#endif
@@ -177,7 +177,7 @@ void handle_test_result(const boost::math::tools::test_result<T>& result,
BOOST_CHECK(bounds.second >= mean_error_found);
}
std::cout << std::endl;
#ifdef BOOST_MSVC
#ifdef _MSC_VER
#pragma warning(pop)
#endif
}