diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-21 13:48:12 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-06-21 13:48:12 +0300 |
commit | 20b4bbcaa56675938e100bf3b8ddf9c9de4c750a (patch) | |
tree | cb328946e8ffb8f46e9b6cc6e28a3c17229f0dd2 /build/sysincl | |
parent | d2d07d368cd8ffd9458cc2e33798ee4ac86c733c (diff) | |
download | ydb-20b4bbcaa56675938e100bf3b8ddf9c9de4c750a.tar.gz |
Intermediate changes
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/macro.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml index 075ede4f1c..43e8a4eb50 100644 --- a/build/sysincl/macro.yml +++ b/build/sysincl/macro.yml @@ -38,6 +38,10 @@ # It is unclear why the author used macro include at all. - BOOST_PP_UPDATE_COUNTER(): contrib/restricted/boost/preprocessor/include/boost/preprocessor/slot/detail/counter.hpp + # BOOST_PP_LOCAL_ITERATE() is defined in boost/preprocessor/iterator/local.hpp + # It is unclear why the author used macro include at all. + - BOOST_PP_LOCAL_ITERATE(): contrib/restricted/boost/preprocessor/include/boost/preprocessor/iteration/detail/local.hpp + # BOOST_PROTO_LOCAL_ITERATE() is defined in boost/proto/repeat.hpp # It looks litke the macro include was chosen for the stylistic purposed and the value is not meant to be redefined - BOOST_PROTO_LOCAL_ITERATE(): contrib/restricted/boost/proto/include/boost/proto/repeat.hpp |