mirror of
https://github.com/boostorg/system.git
synced 2025-07-29 20:17:13 +02:00
Revert "Disable std_mismatch_test when UBSAN is defined"
This reverts commit 22189fce95
.
This commit is contained in:
@ -12,13 +12,10 @@
|
||||
# define _CRT_SECURE_NO_WARNINGS
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/config/pragma_message.hpp>
|
||||
#include <iostream>
|
||||
|
||||
#if defined(BOOST_NO_CXX11_HDR_SYSTEM_ERROR)
|
||||
|
||||
BOOST_PRAGMA_MESSAGE("Skipping test, BOOST_NO_CXX11_HDR_SYSTEM_ERROR is defined")
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout
|
||||
@ -26,11 +23,6 @@ int main()
|
||||
" support header <system_error> so interoperation will not be tested.\n";
|
||||
}
|
||||
|
||||
#elif defined(UBSAN)
|
||||
|
||||
BOOST_PRAGMA_MESSAGE("Skipping test, UBSAN is defined")
|
||||
int main() {}
|
||||
|
||||
#else
|
||||
|
||||
#include <boost/system/error_code.hpp>
|
||||
|
Reference in New Issue
Block a user