forked from boostorg/config
#pragma detect_mismatch should be at global scope.
[CI SKIP]
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user