1 --- a/src/third_party/asio-master/asio/include/asio/detail/config.hpp
2 --- b/src/third_party/asio-master/asio/include/asio/detail/config.hpp
4 # endif // (__cplusplus >= 201402)
5 # endif // (_LIBCPP_VERSION < 7000)
6 # else // defined(ASIO_HAS_CLANG_LIBCXX)
7 -# if (__cplusplus >= 201402)
8 -# if __has_include(<experimental/string_view>)
9 -# define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
10 -# endif // __has_include(<experimental/string_view>)
11 -# endif // (__cplusplus >= 201402)
12 # endif // // defined(ASIO_HAS_CLANG_LIBCXX)
13 # endif // defined(__clang__)
14 -# if defined(__GNUC__)
15 -# if ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 9)) || (__GNUC__ > 4)
16 -# if (__cplusplus >= 201402)
17 -# define ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW 1
18 -# endif // (__cplusplus >= 201402)
19 -# endif // ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 9)) || (__GNUC__ > 4)
20 -# endif // defined(__GNUC__)
21 # endif // !defined(ASIO_DISABLE_STD_EXPERIMENTAL_STRING_VIEW)
22 #endif // !defined(ASIO_HAS_STD_EXPERIMENTAL_STRING_VIEW)