Skip to content

Commit d21e28f

Browse files
committed
Fixes #276 ("-Wundef warning in boost/interprocess/allocators/allocator.hpp")
1 parent a16cac2 commit d21e28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/interprocess/detail/workaround.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
//////////////////////////////////////////////////////
4242
//Check for XSI shared memory objects. They are available in nearly all UNIX platforms
4343
//////////////////////////////////////////////////////
44-
#if !defined(__QNXNTO__) && !defined(__ANDROID__) && !defined(__HAIKU__) && !(__VXWORKS__) && !(__EMSCRIPTEN__)
44+
#if !defined(__QNXNTO__) && !defined(__ANDROID__) && !defined(__HAIKU__) && !defined(__VXWORKS__) && !defined(__EMSCRIPTEN__)
4545
#define BOOST_INTERPROCESS_XSI_SHARED_MEMORY_OBJECTS
4646
#endif
4747

0 commit comments

Comments
 (0)