mirror of
https://github.com/boostorg/type_index.git
synced 2025-07-30 12:27:18 +02:00
Workaround for /GR- override that disables link time assertions
This commit is contained in:
@ -41,7 +41,7 @@ void comparing_types_between_modules()
|
||||
BOOST_TEST_NE(t_int, test_lib::get_user_defined_class());
|
||||
BOOST_TEST_NE(t_const_int, test_lib::get_const_user_defined_class());
|
||||
|
||||
#ifndef BOOST_HAS_PRAGMA_DETECT_MISMATCH
|
||||
#if !defined(BOOST_HAS_PRAGMA_DETECT_MISMATCH) || !defined(_CPPRTTI)
|
||||
test_lib::accept_typeindex(t_int);
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user