We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef2141 commit 5ad7df6Copy full SHA for 5ad7df6
include/boost/align/aligned_alloc.hpp
@@ -38,7 +38,7 @@ Distributed under the Boost Software License, Version 1.0.
38
#include <boost/align/detail/aligned_alloc_posix.hpp>
39
#elif defined(sun) || defined(__sun)
40
#include <boost/align/detail/aligned_alloc_sunos.hpp>
41
-#elif (_POSIX_C_SOURCE >= 200112L) || (_XOPEN_SOURCE >= 600)
+#elif defined(_POSIX_VERSION)
42
43
#else
44
#include <boost/align/detail/aligned_alloc.hpp>
0 commit comments