summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2019-07-07 17:14:51 +0200
committer Olivier Galibert <galibert@pobox.com>2019-07-07 17:15:17 +0200
commitf9bcdcbbc91a553cd5fa72996eeac84daacb99db (patch)
tree4bca22c7bfc9c2a6927d1b2156f0af953e4c144b /3rdparty
parent4bfe2c29315d664f1cf433cdee4a8a45d911c1da (diff)
via6522: Change most mappings into m() [O. Galibert]
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