|
|
|
|
|
|
|
|
|
|
|
|
| |
При обычной сборке буста эти макросы не должны инклудится даже с учетом того, что они задефайнены на какие-то существующие пути.
Подробнее для макроса `PP*` — [в комментарии](https://arcanum.yandex-team.ru/arcadia/contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_function_ptr_helper.hpp?#L20) перед этими инклудами:
> Hide these #include from dependency analysers as
> these are required in maintenance mode only
Подробнее для макроса `BOOST_REGEX_H*` [в комментарии](https://arcanum.yandex-team.ru/arcadia/contrib/restricted/boost/regex/include/boost/regex/pending/static_mutex.hpp?#L125) перед этими инклудами:
> Since this preprocessor path is almost never taken, we hide these header
> dependencies so that build tools don't find them.
|