We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16cac2 commit d21e28fCopy full SHA for d21e28f
include/boost/interprocess/detail/workaround.hpp
@@ -41,7 +41,7 @@
41
//////////////////////////////////////////////////////
42
//Check for XSI shared memory objects. They are available in nearly all UNIX platforms
43
44
- #if !defined(__QNXNTO__) && !defined(__ANDROID__) && !defined(__HAIKU__) && !(__VXWORKS__) && !(__EMSCRIPTEN__)
+ #if !defined(__QNXNTO__) && !defined(__ANDROID__) && !defined(__HAIKU__) && !defined(__VXWORKS__) && !defined(__EMSCRIPTEN__)
45
#define BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS
46
#endif
47
0 commit comments