diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-27 17:48:10 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-27 17:48:10 +0300 |
commit | 39303fc81f826eb3fdd124bc87e60851ef371c0b (patch) | |
tree | 58baf275f04a922b81d834b71d31d58e42b792b0 | |
parent | 483ebeffeb445d5dad18d039f0f2662a4fcbd084 (diff) | |
download | ydb-39303fc81f826eb3fdd124bc87e60851ef371c0b.tar.gz |
Provide more accurate macro sysincls for boost/mpl
-rw-r--r-- | build/sysincl/macro.yml | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index 3115840c8b..f8147374df 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -527,13 +527,6 @@ - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/times.hpp - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/unpack_args.hpp - contrib/restricted/boost/mpl/include/boost/mpl/aux_/preprocessed/plain/vector_c.hpp - - BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER): - - contrib/restricted/boost/mpl/include/boost/mpl/list/list0.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/list/list10.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/list/list20.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/list/list30.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/list/list40.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/list/list50.hpp - BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_LIST_HEADER): - contrib/restricted/boost/mpl/include/boost/mpl/list/list0.hpp - contrib/restricted/boost/mpl/include/boost/mpl/list/list10.hpp @@ -541,7 +534,8 @@ - contrib/restricted/boost/mpl/include/boost/mpl/list/list30.hpp - contrib/restricted/boost/mpl/include/boost/mpl/list/list40.hpp - contrib/restricted/boost/mpl/include/boost/mpl/list/list50.hpp - - BOOST_PP_STRINGIZE(boost/mpl/list/aux_/preprocessed/AUX778076_HEADER): + # NB: in other part of boost preprocessor this will be included as boost/mpl/../aux_/preprocessed/AUX778076_HEADER + - BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER): - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list10.hpp - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list10_c.hpp - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list20.hpp @@ -552,13 +546,6 @@ - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list40_c.hpp - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list50.hpp - contrib/restricted/boost/mpl/include/boost/mpl/list/aux_/preprocessed/plain/list50_c.hpp - - BOOST_PP_STRINGIZE(boost/mpl/map/AUX778076_HEADER): - - contrib/restricted/boost/mpl/include/boost/mpl/map/map0.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/map/map10.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/map/map20.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/map/map30.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/map/map40.hpp - - contrib/restricted/boost/mpl/include/boost/mpl/map/map50.hpp - BOOST_PP_STRINGIZE(boost/mpl/map/AUX778076_MAP_HEADER): - contrib/restricted/boost/mpl/include/boost/mpl/map/map0.hpp - contrib/restricted/boost/mpl/include/boost/mpl/map/map10.hpp |