summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/include/asio/ip/network_v4.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/include/asio/ip/network_v4.hpp')
-rw-r--r--3rdparty/asio/include/asio/ip/network_v4.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/asio/include/asio/ip/network_v4.hpp b/3rdparty/asio/include/asio/ip/network_v4.hpp
index 5980b8e510e..035dea89e79 100644
--- a/3rdparty/asio/include/asio/ip/network_v4.hpp
+++ b/3rdparty/asio/include/asio/ip/network_v4.hpp
@@ -2,7 +2,7 @@
// ip/network_v4.hpp
// ~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2021 Christopher M. Kohlhoff (chris at kohlhoff dot com)
// Copyright (c) 2014 Oliver Kowalke (oliver dot kowalke at gmail dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
@@ -207,7 +207,7 @@ ASIO_DECL network_v4 make_network_v4(const std::string& str);
ASIO_DECL network_v4 make_network_v4(
const std::string& str, asio::error_code& ec);
-#if defined(ASIO_HAS_STD_STRING_VIEW) \
+#if defined(ASIO_HAS_STRING_VIEW) \
|| defined(GENERATING_DOCUMENTATION)
/// Create an IPv4 network from a string containing IP address and prefix
@@ -225,7 +225,7 @@ ASIO_DECL network_v4 make_network_v4(string_view str);
ASIO_DECL network_v4 make_network_v4(
string_view str, asio::error_code& ec);
-#endif // defined(ASIO_HAS_STD_STRING_VIEW)
+#endif // defined(ASIO_HAS_STRING_VIEW)
// || defined(GENERATING_DOCUMENTATION)
#if !defined(ASIO_NO_IOSTREAM)