Skip to content

Commit

Permalink
Merge pull request #771 from boostorg/revert_msvc_fix
Browse files Browse the repository at this point in the history
Revert "Fix for issue #764 (#765)".
  • Loading branch information
jzmaddock authored Mar 8, 2022
2 parents 722bddb + 9c2dce5 commit d799692
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 @@ -935,7 +935,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 @@ -947,7 +946,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 d799692

Please sign in to comment.