mirror of
https://github.com/ToruNiina/toml11.git
synced 2024-11-21 20:10:05 +00:00
test: disable macro testing if the macro is diabled
This commit is contained in:
parent
6e3967e26e
commit
e658a0126c
@ -547,6 +547,8 @@ BOOST_AUTO_TEST_CASE(test_recursive_conversion)
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
#ifndef TOML11_WITHOUT_DEFINE_NON_INTRUSIVE
|
||||
|
||||
namespace extlib3
|
||||
{
|
||||
struct foo
|
||||
@ -626,3 +628,4 @@ BOOST_AUTO_TEST_CASE(test_conversion_via_macro)
|
||||
BOOST_TEST(v2 == v);
|
||||
}
|
||||
}
|
||||
#endif // TOML11_WITHOUT_DEFINE_NON_INTRUSIVE
|
||||
|
Loading…
Reference in New Issue
Block a user