aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-03 18:50:51 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:17:34 +0300
commit44451d1ea5e0b4ae0cfdf990acf28e066c0b6736 (patch)
tree82b4aee4ad66ac6ec0e1dc1bde13c1aec6d5ab3a
parenta5bc019506abb323a0bbed84b9a4f299771c0cc8 (diff)
downloadydb-44451d1ea5e0b4ae0cfdf990acf28e066c0b6736.tar.gz
Disable ext/ and tr1/ headers resolving
-rw-r--r--contrib/restricted/thrift/thrift/stdcxx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/restricted/thrift/thrift/stdcxx.h b/contrib/restricted/thrift/thrift/stdcxx.h
index 3e377daa45..b22fcadb5d 100644
--- a/contrib/restricted/thrift/thrift/stdcxx.h
+++ b/contrib/restricted/thrift/thrift/stdcxx.h
@@ -36,9 +36,9 @@
#if defined(BOOST_NO_CXX11_HDR_FUNCTIONAL) || (defined(_MSC_VER) && _MSC_VER < 1800) || defined(FORCE_BOOST_FUNCTIONAL)
#if (BOOST_VERSION <= 106500)
-#include <boost/tr1/functional.hpp> // Y_IGNORE
+#error #include <boost/tr1/functional.hpp>
#else
-#include <tr1/functional>
+#error #include <tr1/functional>
#endif
#define _THRIFT_FUNCTIONAL_TR1_ 1
#endif