mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Reverts 1153427c3a.
This is now dealt with upstream in Boost.Config.
See https://github.com/boostorg/math/pull/765
This commit is contained in:
@@ -36,7 +36,6 @@ obj has_gmp : has_gmp.cpp :
|
||||
obj is_ci_sanitizer_run : is_ci_sanitizer_run.cpp ;
|
||||
obj is_ci_standalone_run : is_ci_standalone_run.cpp ;
|
||||
obj is_cygwin_run : is_cygwin_run.cpp ;
|
||||
obj is_MSVC1930_or_newer_run : is_MSVC1930_or_newer.cpp ;
|
||||
|
||||
explicit has_long_double_support ;
|
||||
explicit has_mpfr_class ;
|
||||
@@ -53,4 +52,3 @@ explicit has_fftw3 ;
|
||||
explicit is_ci_sanitizer_run ;
|
||||
explicit is_ci_standalone_run ;
|
||||
explicit is_cygwin_run ;
|
||||
explicit is_MSVC1930_or_newer_run ;
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
// Copyright Matt Borland 2022.
|
||||
// Use, modification and distribution are subject to the
|
||||
// Boost Software License, Version 1.0. (See accompanying file
|
||||
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||
//
|
||||
// The following change was released in VS 2022 17.1 Preview 1 and no longer allows compilation of *.c files
|
||||
// https://github.com/microsoft/STL/pull/2148
|
||||
|
||||
#if !defined(_MSC_VER) || (_MSC_VER < 1930)
|
||||
# error "MSVC1930 or newer run is NOT in effect".
|
||||
#endif
|
||||
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
@@ -933,7 +933,6 @@ test-suite misc :
|
||||
../build//boost_math_c99f
|
||||
../../test/build//boost_unit_test_framework
|
||||
: : : #requirements
|
||||
[ check-target-builds ../config//is_MSVC1930_or_newer_run "MSVC1930 or newer run" : <build>no ]
|
||||
:
|
||||
test_tr1_c
|
||||
]
|
||||
@@ -945,7 +944,6 @@ test-suite misc :
|
||||
: : :
|
||||
<define>TEST_LD=1
|
||||
[ check-target-builds ../config//has_long_double_support "long double support" : : <build>no ]
|
||||
[ check-target-builds ../config//is_MSVC1930_or_newer_run "MSVC1930 or newer run" : <build>no ]
|
||||
:
|
||||
test_tr1_c_long_double
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user