aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2023-09-27 17:51:44 +0300
committermikhnenko <mikhnenko@yandex-team.com>2023-09-27 18:29:05 +0300
commit91b5ea9f2c65f39eb5e3122fce44e9ae71502c1d (patch)
tree1ce6cbbe2f4bba634cc0b03ae02e71671f9403cd
parent2f5d12b44589a95df3b829c42e9db125317fa7f8 (diff)
downloadydb-91b5ea9f2c65f39eb5e3122fce44e9ae71502c1d.tar.gz
Fix building with system stl
-rw-r--r--build/sysincl/macro.yml4
-rw-r--r--contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp2
2 files changed, 5 insertions, 1 deletions
diff --git a/build/sysincl/macro.yml b/build/sysincl/macro.yml
index a1d0052886..344b31eb99 100644
--- a/build/sysincl/macro.yml
+++ b/build/sysincl/macro.yml
@@ -198,6 +198,10 @@
- BOOST_REGEX_USER_CONFIG: contrib/restricted/boost/regex/include/boost/regex/user.hpp
- BOOST_USER_CONFIG: contrib/restricted/boost/config/include/boost/config/user.hpp
+- source_filter: "^contrib/restricted/boost/algorithm"
+ includes:
+ - BOOST_SLIST_HEADER
+
- source_filter: "^contrib/restricted/boost/atomic"
includes:
- BOOST_ATOMIC_DETAIL_FP_BACKEND_HEADER(boost/atomic/detail/fp_ops_):
diff --git a/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp b/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp
index 0165a16793..c30b93c73a 100644
--- a/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp
+++ b/contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp
@@ -13,7 +13,7 @@
#include <boost/algorithm/string/config.hpp>
#include <boost/algorithm/string/yes_no_type.hpp>
-#error #include BOOST_SLIST_HEADER
+#include BOOST_SLIST_HEADER
#include <boost/algorithm/string/sequence_traits.hpp>
namespace boost {