summaryrefslogtreecommitdiffstats
path: root/contrib/restricted/boost/regex/src/posix_api.cpp
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2024-12-24 07:15:17 +0300
committerthegeorg <[email protected]>2024-12-24 07:34:49 +0300
commit5c3c08504a89a9dc3204f848dc7916deccafb410 (patch)
tree1a8d984e5ac3309929692d88201447cd891b6d25 /contrib/restricted/boost/regex/src/posix_api.cpp
parentc9ef3807b5fc61b41b2503ecb2c2547223a04046 (diff)
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/posix_api.cpp')
-rw-r--r--contrib/restricted/boost/regex/src/posix_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/regex/src/posix_api.cpp b/contrib/restricted/boost/regex/src/posix_api.cpp
index e30f9d8e1ec..59f16ebcca4 100644
--- a/contrib/restricted/boost/regex/src/posix_api.cpp
+++ b/contrib/restricted/boost/regex/src/posix_api.cpp
@@ -27,7 +27,7 @@
#endif
#ifndef BOOST_REGEX_STANDALONE
-#include <boost/core/snprintf.hpp>
+#error #include <boost/core/snprintf.hpp>
#else
namespace boost { namespace core { using std::snprintf; } }
#endif