summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/asio/include/asio/detail/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/asio/include/asio/detail/config.hpp b/3rdparty/asio/include/asio/detail/config.hpp
index 64a80abdb3a..0c651bed71d 100644
--- a/3rdparty/asio/include/asio/detail/config.hpp
+++ b/3rdparty/asio/include/asio/detail/config.hpp
@@ -709,7 +709,7 @@
# if defined(__clang__)
# if (__cplusplus >= 201103)
# ifdef _LIBCPP_VERSION
-# if _LIBCPP_VERSION >= 9000
+# if _LIBCPP_VERSION >= 8000
# define ASIO_HAS_STD_STRING_VIEW 1
# endif
# endif