diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-12-19 20:36:50 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-12-19 21:23:31 +0300 |
commit | 9fbbc6daa2227fd0edb30b04c65f97fb99782fed (patch) | |
tree | 7052fbe93654ded04d3d12b6a2482367c4a7c443 | |
parent | 0c60168208f5d94be0d7783610af8cd47e1f68cc (diff) | |
download | ydb-9fbbc6daa2227fd0edb30b04c65f97fb99782fed.tar.gz |
Provide sysincls necessary to update boost/move
commit_hash:40fd64df350f78f728ad14de92e65bfa8d70dc03
-rw-r--r-- | build/sysincl/stl-to-nothing.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/sysincl/stl-to-nothing.yml b/build/sysincl/stl-to-nothing.yml index 528ebdbc888..972f5924042 100644 --- a/build/sysincl/stl-to-nothing.yml +++ b/build/sysincl/stl-to-nothing.yml @@ -145,3 +145,7 @@ - experimental/string_view: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_STRING_VIEW - experimental/system_error: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_SYSTEM_ERROR - experimental/tuple: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_TUPLE + +# These headers belong to libc++, yet certain contribs depend libc++ internal structure. +- includes: + - __utility/swap.h |