Skip to content

Commit

Permalink
Revert "Fix for issue #764 (#765)".
Browse files Browse the repository at this point in the history
Reverts 1153427.
This is now dealt with upstream in Boost.Config.
See #765
  • Loading branch information
jzmaddock committed Mar 6, 2022
1 parent 1153427 commit 9c2dce5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 20 deletions.
2 changes: 0 additions & 2 deletions config/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand All @@ -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 ;
16 changes: 0 additions & 16 deletions config/is_MSVC1930_or_newer.cpp

This file was deleted.

2 changes: 0 additions & 2 deletions test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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
]
Expand All @@ -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
]
Expand Down

0 comments on commit 9c2dce5

Please sign in to comment.