aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-libs/files/patch-boost_asio_detail_config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-libs/files/patch-boost_asio_detail_config.hpp')
-rw-r--r--devel/boost-libs/files/patch-boost_asio_detail_config.hpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/boost-libs/files/patch-boost_asio_detail_config.hpp b/devel/boost-libs/files/patch-boost_asio_detail_config.hpp
deleted file mode 100644
index 74a49b077794..000000000000
--- a/devel/boost-libs/files/patch-boost_asio_detail_config.hpp
+++ /dev/null
@@ -1,13 +0,0 @@
-https://github.com/boostorg/asio/pull/135
-
---- boost/asio/detail/config.hpp.orig 2018-04-11 13:49:00 UTC
-+++ boost/asio/detail/config.hpp
-@@ -777,7 +777,7 @@
- #if !defined(BOOST_ASIO_HAS_STD_STRING_VIEW)
- # if !defined(BOOST_ASIO_DISABLE_STD_STRING_VIEW)
- # if defined(__clang__)
--# if (__cplusplus >= 201703)
-+# if defined(BOOST_ASIO_HAS_CLANG_LIBCXX) || (__cplusplus >= 201703)
- # if __has_include(<string_view>)
- # define BOOST_ASIO_HAS_STD_STRING_VIEW 1
- # endif // __has_include(<string_view>)