summaryrefslogtreecommitdiff
path: root/boost/asio/ip/address_v6.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/asio/ip/address_v6.hpp')
-rw-r--r--boost/asio/ip/address_v6.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/asio/ip/address_v6.hpp b/boost/asio/ip/address_v6.hpp
index 496a1df323..8c4ac0a732 100644
--- a/boost/asio/ip/address_v6.hpp
+++ b/boost/asio/ip/address_v6.hpp
@@ -2,7 +2,7 @@
// ip/address_v6.hpp
// ~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2018 Christopher M. Kohlhoff (chris at kohlhoff dot com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -267,7 +267,7 @@ BOOST_ASIO_DECL address_v6 make_address_v6(const std::string& str);
BOOST_ASIO_DECL address_v6 make_address_v6(
const std::string& str, boost::system::error_code& ec);
-#if defined(BOOST_ASIO_HAS_STD_STRING_VIEW) \
+#if defined(BOOST_ASIO_HAS_STRING_VIEW) \
|| defined(GENERATING_DOCUMENTATION)
/// Create an IPv6 address from an IP address string.
@@ -283,7 +283,7 @@ BOOST_ASIO_DECL address_v6 make_address_v6(string_view str);
BOOST_ASIO_DECL address_v6 make_address_v6(
string_view str, boost::system::error_code& ec);
-#endif // defined(BOOST_ASIO_HAS_STD_STRING_VIEW)
+#endif // defined(BOOST_ASIO_HAS_STRING_VIEW)
// || defined(GENERATING_DOCUMENTATION)
/// Tag type used for distinguishing overloads that deal in IPv4-mapped IPv6