diff --git a/test/boost_has_detect_mismatch.ipp b/test/boost_has_detect_mismatch.ipp index 3f29fcd3..6430dd46 100644 --- a/test/boost_has_detect_mismatch.ipp +++ b/test/boost_has_detect_mismatch.ipp @@ -14,9 +14,10 @@ namespace boost_has_pragma_detect_mismatch { +# pragma detect_mismatch("Boost_Config", "1") + int test() { -# pragma detect_mismatch("Boost_Config", "1") return 0; }