aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl/stl-to-libcxx.yml
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-03-05 19:43:32 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-03-05 19:58:11 +0300
commit5592bf3a659161d8c9af4d5eda23171aa1a5ebf3 (patch)
treedfaa42b1a6625ac7d23f935c9255e355320bd87f /build/sysincl/stl-to-libcxx.yml
parentad2a5a5eb7f9abb107a1ce3ec81d8038e7e06d1a (diff)
downloadydb-5592bf3a659161d8c9af4d5eda23171aa1a5ebf3.tar.gz
Disable non-standard include of <experimental/coroutine>
a99aecaa98ae4b8b13b9be168ce46a6a26d86c57
Diffstat (limited to 'build/sysincl/stl-to-libcxx.yml')
-rw-r--r--build/sysincl/stl-to-libcxx.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/build/sysincl/stl-to-libcxx.yml b/build/sysincl/stl-to-libcxx.yml
index c8d6de75b2..a76f5dbc85 100644
--- a/build/sysincl/stl-to-libcxx.yml
+++ b/build/sysincl/stl-to-libcxx.yml
@@ -55,6 +55,7 @@
- ext/hash_set: DO_NOT_INCLUDE_NON_STANDARD_EXT_HASH_SET
- experimental/any: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_ANY
- experimental/chrono: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_CHRONO
+ - experimental/coroutine: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_COROUTINE
- experimental/filesystem: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_FILESYSTEM
- experimental/numeric: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_NUMERIC
- experimental/optional: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_OPTIONAL
@@ -64,10 +65,6 @@
- experimental/system_error: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_SYSTEM_ERROR
- experimental/tuple: DO_NOT_INCLUDE_NON_STANDARD_EXPERIMENTAL_TUPLE
-# TODO: Forbid including <experimental/coroutine> upon MapKit migration to clang14
-# After that we can mark #include <experimental/coroutine> as error in contrib/libs/asio
-- includes:
- - experimental/coroutine
# This includes all headers needed to resolve includes in c-headers from libcxx listed above
# GENERATED BY YM2