aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorrobot-contrib <robot-contrib@yandex-team.com>2022-12-20 15:23:11 +0300
committerrobot-contrib <robot-contrib@yandex-team.com>2022-12-20 15:23:11 +0300
commit74eb54d566679060e4e16811a2718bdef8e1c0f9 (patch)
tree83529e55b46ea715bf84c5237dbd0623d18c1bab /contrib/restricted
parentc837319be21082507754b20651443a97e0c75d18 (diff)
downloadydb-74eb54d566679060e4e16811a2718bdef8e1c0f9.tar.gz
Update contrib/restricted/boost/align to 1.81.0
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/boost/align/include/boost/align/aligned_alloc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/align/include/boost/align/aligned_alloc.hpp b/contrib/restricted/boost/align/include/boost/align/aligned_alloc.hpp
index 1d81a13372..b5b6bd8595 100644
--- a/contrib/restricted/boost/align/include/boost/align/aligned_alloc.hpp
+++ b/contrib/restricted/boost/align/include/boost/align/aligned_alloc.hpp
@@ -38,7 +38,7 @@ Distributed under the Boost Software License, Version 1.0.
#include <boost/align/detail/aligned_alloc_posix.hpp>
#elif defined(sun) || defined(__sun)
#include <boost/align/detail/aligned_alloc_sunos.hpp>
-#elif (_POSIX_C_SOURCE >= 200112L) || (_XOPEN_SOURCE >= 600)
+#elif defined(_POSIX_VERSION)
#include <boost/align/detail/aligned_alloc_posix.hpp>
#else
#include <boost/align/detail/aligned_alloc.hpp>