aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralperevyshin <alperevyshin@yandex-team.com>2023-05-11 19:18:58 +0300
committeralperevyshin <alperevyshin@yandex-team.com>2023-05-11 19:18:58 +0300
commitbdc94922aa6a71d5293327ac12413f113bc383a5 (patch)
tree267731fb135b31e669c25baf39435c87acb78334
parent2936c884291ac3d6a3863cc357c3646ba1698543 (diff)
downloadydb-bdc94922aa6a71d5293327ac12413f113bc383a5.tar.gz
Mark all old slist imports as error
-rw-r--r--contrib/restricted/boost/algorithm/include/boost/algorithm/string/std/slist_traits.hpp2
1 files changed, 1 insertions, 1 deletions
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 c30b93c73a..0165a16793 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>
-#include BOOST_SLIST_HEADER
+#error #include BOOST_SLIST_HEADER
#include <boost/algorithm/string/sequence_traits.hpp>
namespace boost {