diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-09 21:21:32 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-09 21:33:24 +0300 |
commit | c3384b282317ddbd3ddfee3804454cffd81593d6 (patch) | |
tree | 8d6b16ddfef644171ab030f21912bc8fa266873d | |
parent | f1330b5140e70f40d32427a1efb42143e1a46e50 (diff) | |
download | ydb-c3384b282317ddbd3ddfee3804454cffd81593d6.tar.gz |
Disable some of the Microsoft/STL specific includes
-rw-r--r-- | build/sysincl/stl-to-microsoft-stl-UNUSED.yml | 9 | ||||
-rw-r--r-- | build/sysincl/unsorted.yml | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/build/sysincl/stl-to-microsoft-stl-UNUSED.yml b/build/sysincl/stl-to-microsoft-stl-UNUSED.yml new file mode 100644 index 00000000000..0aec1870588 --- /dev/null +++ b/build/sysincl/stl-to-microsoft-stl-UNUSED.yml @@ -0,0 +1,9 @@ +# This is unused sysincl list keps for information purposes only. +# It contains a non-standard subset of Microsoft/STL specific headers as found at +# https://github.com/microsoft/STL/tree/main/stl/inc +- includes: + - xstddef + - xutility + - ymath.h + - yvals.h + - yvals_core.h diff --git a/build/sysincl/unsorted.yml b/build/sysincl/unsorted.yml index 6e41724b508..c3daf62f7da 100644 --- a/build/sysincl/unsorted.yml +++ b/build/sysincl/unsorted.yml @@ -319,9 +319,6 @@ - rtcapi.h - vadefs.h - varargs.h - - xlocinfo.h - - xstddef - - xutility - ymath.h - crtassem.h #endif |