aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2022-08-07 10:55:01 +0300
committerthegeorg <thegeorg@yandex-team.com>2022-08-07 10:55:01 +0300
commit3685e991816424877784d9a90844a6b89308ce91 (patch)
tree059c46ce7001b75dbec04a76a6826e48dd368421 /contrib/restricted
parentd01bcf8f04838c9d5065f507451154cbad10987b (diff)
downloadydb-3685e991816424877784d9a90844a6b89308ce91.tar.gz
Remove unnecessary patches from boost/core
Diffstat (limited to 'contrib/restricted')
-rw-r--r--contrib/restricted/boost/core/include/boost/core/demangle.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/boost/core/include/boost/core/demangle.hpp b/contrib/restricted/boost/core/include/boost/core/demangle.hpp
index 5c996931ce..dc714d806c 100644
--- a/contrib/restricted/boost/core/include/boost/core/demangle.hpp
+++ b/contrib/restricted/boost/core/include/boost/core/demangle.hpp
@@ -20,7 +20,7 @@
// __has_include is currently supported by GCC and Clang. However GCC 4.9 may have issues and
// returns 1 for 'defined( __has_include )', while '__has_include' is actually not supported:
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63662
-#if !defined(_MSC_VER) && defined( __has_include ) && (!defined( BOOST_GCC ) || (__GNUC__ + 0) >= 5)
+#if defined( __has_include ) && (!defined( BOOST_GCC ) || (__GNUC__ + 0) >= 5)
# if __has_include(<cxxabi.h>)
# define BOOST_CORE_HAS_CXXABI_H
# endif