Skip to content

Commit

Permalink
Revert "exception-handling=off should define _HAS_EXCEPTIONS=0 for Di…
Browse files Browse the repository at this point in the history
…nkumware/MSSTL"

This reverts commit 376470f.
  • Loading branch information
grafikrobot committed Jun 13, 2024
1 parent 00c159e commit b07f0b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
1 change: 0 additions & 1 deletion src/tools/msvc.jam
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,6 @@ local rule register-toolset-really ( )
toolset.flags msvc.compile C++FLAGS <exception-handling>on/<asynch-exceptions>off/<extern-c-nothrow>on : /EHsc ;
toolset.flags msvc.compile C++FLAGS <exception-handling>on/<asynch-exceptions>on/<extern-c-nothrow>off : /EHa ;
toolset.flags msvc.compile C++FLAGS <exception-handling>on/<asynch-exceptions>on/<extern-c-nothrow>on : /EHac ;
toolset.flags msvc.compile C++FLAGS <exception-handling>off : -D_HAS_EXCEPTIONS=0 ;

toolset.flags msvc.compile C++FLAGS <cxxstd>14 : "/std:c++14" ;
toolset.flags msvc.compile C++FLAGS <cxxstd>17 : "/std:c++17" ;
Expand Down
26 changes: 0 additions & 26 deletions test/feature_exception.py

This file was deleted.

1 change: 0 additions & 1 deletion test/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ def reorder_tests(tests, first_test):
"expansion",
"explicit",
"feature_cxxflags",
"feature_exception",
"feature_implicit_dependency",
"feature_relevant",
"feature_suppress_import_lib",
Expand Down

0 comments on commit b07f0b2

Please sign in to comment.