We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d3fcb commit e379d5fCopy full SHA for e379d5f
1 file changed
include/foonathan/memory/config.hpp
@@ -35,7 +35,7 @@
35
36
// hosted implementation
37
#ifndef FOONATHAN_HOSTED_IMPLEMENTATION
38
-#if !_MSC_VER && !__STDC_HOSTED__
+#if !defined(_MSC_VER) && !defined(__STDC_HOSTED__)
39
#define FOONATHAN_HOSTED_IMPLEMENTATION 0
40
#else
41
#define FOONATHAN_HOSTED_IMPLEMENTATION 1
0 commit comments