aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-06-20 16:40:15 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-06-20 16:40:15 +0300
commitc1c485880ebbabbf2fe67e1580e338b30c757ea9 (patch)
tree953233594052d602284c83603ee8e7b0c8025885 /build/sysincl
parent6aab34de9cb841f8faffe05e84db4207925f192b (diff)
downloadydb-c1c485880ebbabbf2fe67e1580e338b30c757ea9.tar.gz
Intermediate changes
Diffstat (limited to 'build/sysincl')
-rw-r--r--build/sysincl/macro.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml
index bb091fd17b..428c63e7b7 100644
--- a/build/sysincl/macro.yml
+++ b/build/sysincl/macro.yml
@@ -34,10 +34,14 @@
# Hence this file was already parsed and empty resolving is equivalent to providing the actual resolution for it.
- BOOST_PP_INCLUDE_SELF()
- # BOOST_PP_UPDATE_COUNTER() is defined in boost/preprocessor/slot/counter.
+ # BOOST_PP_UPDATE_COUNTER() is defined in boost/preprocessor/slot/counter.hpp
# 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_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
+
# libfreetype officially insists on using macros to include its headers:
# https://freetype.org/freetype2/docs/tutorial/step1.html#section-1
#