aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-06-26 19:12:22 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-06-26 19:12:22 +0300
commit501684a88ec52f39cf7ba0f94ed07b9984069788 (patch)
tree8dc564283bfaf8b38e9905265b4128d70ed6c57d /build/sysincl
parent6c5745e5a9039670e62fdb9968f5add6ab279357 (diff)
downloadydb-501684a88ec52f39cf7ba0f94ed07b9984069788.tar.gz
boost: Disable weird includes for fenv.h and fstream.h
Diffstat (limited to 'build/sysincl')
-rw-r--r--build/sysincl/linux-musl.yml4
-rw-r--r--build/sysincl/misc.yml6
-rw-r--r--build/sysincl/stl-to-libcxx.yml4
3 files changed, 0 insertions, 14 deletions
diff --git a/build/sysincl/linux-musl.yml b/build/sysincl/linux-musl.yml
index 2c7a11bf06..a3425fcbfb 100644
--- a/build/sysincl/linux-musl.yml
+++ b/build/sysincl/linux-musl.yml
@@ -12,7 +12,3 @@
- sys/cdefs.h: contrib/libs/musl/extra/sys/cdefs.h
- sys/sysctl.h: contrib/libs/musl/extra/sys/sysctl.h
- xlocale.h: contrib/libs/musl/extra/xlocale.h
-
-- source_filter: "^contrib/restricted/boost"
- includes:
- - ../include/fenv.h: contrib/libs/musl/include/fenv.h
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml
index 11d358cc54..4666221f02 100644
--- a/build/sysincl/misc.yml
+++ b/build/sysincl/misc.yml
@@ -237,12 +237,6 @@
includes:
- cuda.h: contrib/deprecated/tf/tensorflow/core/platform/cuda.h
-# unused legacy include in boost
-- source_filter: "^contrib/restricted/boost"
- includes:
- - fstream.h
- - ../include/fenv.h
-
# windows sdk includes that we do not want to apply for whole arcadia
- source_filter: "^contrib"
includes:
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