diff options
author | 2019-07-07 17:14:51 +0200 | |
---|---|---|
committer | 2019-07-07 17:15:17 +0200 | |
commit | f9bcdcbbc91a553cd5fa72996eeac84daacb99db (patch) | |
tree | 4bca22c7bfc9c2a6927d1b2156f0af953e4c144b /3rdparty | |
parent | 4bfe2c29315d664f1cf433cdee4a8a45d911c1da (diff) |
via6522: Change most mappings into m() [O. Galibert]
Diffstat (limited to '3rdparty')
-rw-r--r-- | 3rdparty/asio/include/asio/detail/config.hpp | 2 |
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 |