diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-26 19:12:22 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-26 19:12:22 +0300 |
commit | 501684a88ec52f39cf7ba0f94ed07b9984069788 (patch) | |
tree | 8dc564283bfaf8b38e9905265b4128d70ed6c57d /build/sysincl/stl-to-libcxx.yml | |
parent | 6c5745e5a9039670e62fdb9968f5add6ab279357 (diff) | |
download | ydb-501684a88ec52f39cf7ba0f94ed07b9984069788.tar.gz |
boost: Disable weird includes for fenv.h and fstream.h
Diffstat (limited to 'build/sysincl/stl-to-libcxx.yml')
-rw-r--r-- | build/sysincl/stl-to-libcxx.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/sysincl/stl-to-libcxx.yml b/build/sysincl/stl-to-libcxx.yml index 1f2f3c8e59..c61443cfd8 100644 --- a/build/sysincl/stl-to-libcxx.yml +++ b/build/sysincl/stl-to-libcxx.yml @@ -160,10 +160,6 @@ # TODO: Forbid including <experimental/coroutine> upon migration to clang14 - experimental/coroutine: contrib/libs/cxxsupp/libcxx/include/experimental/coroutine -- source_filter: "^contrib/restricted/boost" - includes: - - ../include/fenv.h: contrib/libs/cxxsupp/libcxx/include/fenv.h - # This includes all headers needed to resolve includes in c-headers from libcxx listed above - includes: - __assert: contrib/libs/cxxsupp/libcxx/include/__assert |