aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/regex/src/regex.cpp
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-12-24 07:15:17 +0300
committerthegeorg <thegeorg@yandex-team.com>2024-12-24 07:34:49 +0300
commit5c3c08504a89a9dc3204f848dc7916deccafb410 (patch)
tree1a8d984e5ac3309929692d88201447cd891b6d25 /contrib/restricted/boost/regex/src/regex.cpp
parentc9ef3807b5fc61b41b2503ecb2c2547223a04046 (diff)
downloadydb-5c3c08504a89a9dc3204f848dc7916deccafb410.tar.gz
Remove boost/regex/v4
v4 is a pre-c++11 implementation which is not used by anyone. Remove it completely and avoid adding multiple excessive peerdirs (actually, respect dependencies listed in CMakeLists.txt from upstream). commit_hash:0d5c0c5c2a38ccc5e5eeeb5afbc976316178d531
Diffstat (limited to 'contrib/restricted/boost/regex/src/regex.cpp')
-rw-r--r--contrib/restricted/boost/regex/src/regex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/regex/src/regex.cpp b/contrib/restricted/boost/regex/src/regex.cpp
index 2d9239553c..8c251f60e1 100644
--- a/contrib/restricted/boost/regex/src/regex.cpp
+++ b/contrib/restricted/boost/regex/src/regex.cpp
@@ -36,7 +36,7 @@
#include <windows.h>
#include <stdexcept>
#include <boost/regex/pattern_except.hpp>
-#include <boost/regex/v4/protected_call.hpp>
+#error #include <boost/regex/v4/protected_call.hpp>
namespace boost {
namespace BOOST_REGEX_DETAIL_NS {