diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-18 05:34:13 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-18 05:34:13 +0300 |
commit | 69416ad3aa73c24e2098d64de73250def4b918e1 (patch) | |
tree | 3285cd804fdc3af317d31e68b5ca30cec28e8b79 | |
parent | 6618620001eff6bbc321b36f38e30cae27bc7c3d (diff) | |
download | ydb-69416ad3aa73c24e2098d64de73250def4b918e1.tar.gz |
intermediate changes
ref:42db197ecc9978b17bec12959f567e31864ff460
-rw-r--r-- | build/ya.conf.json | 2 | ||||
-rw-r--r-- | contrib/restricted/boost/boost/config/user.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/ya.conf.json b/build/ya.conf.json index fe5fe934413..17db38b568f 100644 --- a/build/ya.conf.json +++ b/build/ya.conf.json @@ -8118,7 +8118,7 @@ "aws": { "formula": { "sandbox_id": [ - 1076727104 + 1247608333 ], "match": "aws" }, diff --git a/contrib/restricted/boost/boost/config/user.hpp b/contrib/restricted/boost/boost/config/user.hpp index 28e7476afd3..4cbbce8f250 100644 --- a/contrib/restricted/boost/boost/config/user.hpp +++ b/contrib/restricted/boost/boost/config/user.hpp @@ -68,7 +68,7 @@ // BOOST_DISABLE_ABI_HEADERS: Stops boost headers from including any // prefix/suffix headers that normally control things like struct // packing and alignment. -// #define BOOST_DISABLE_ABI_HEADERS +#define BOOST_DISABLE_ABI_HEADERS // BOOST_ABI_PREFIX: A prefix header to include in place of whatever // boost.config would normally select, any replacement should set up |