#pragma detect_mismatch should be at global scope.

[CI SKIP]
This commit is contained in:
jzmaddock
2018-04-19 18:25:38 +01:00
parent a97d5f32d4
commit c80a3088a0

View File

@ -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;
}