mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
Call _set_abort_behavior on clang-win too
This commit is contained in:
@ -47,7 +47,7 @@ public:
|
||||
test_result()
|
||||
: report_(false)
|
||||
, errors_(0) {
|
||||
#ifdef BOOST_MSVC
|
||||
#if defined(BOOST_MSVC) || ( defined(_MSC_VER) && defined(__clang__) )
|
||||
::_set_abort_behavior(0, _WRITE_ABORT_MSG | _CALL_REPORTFAULT);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user