summaryrefslogtreecommitdiff
path: root/boost/beast/http/detail/basic_parsed_list.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/http/detail/basic_parsed_list.hpp')
-rw-r--r--boost/beast/http/detail/basic_parsed_list.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/beast/http/detail/basic_parsed_list.hpp b/boost/beast/http/detail/basic_parsed_list.hpp
index 5577fba752..53ce60976d 100644
--- a/boost/beast/http/detail/basic_parsed_list.hpp
+++ b/boost/beast/http/detail/basic_parsed_list.hpp
@@ -1,5 +1,5 @@
//
-// Copyright (c) 2016-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
+// Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail 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)
@@ -36,7 +36,7 @@ public:
/// A constant iterator to a list element.
#if BOOST_BEAST_DOXYGEN
- using const_iterator = implementation_defined;
+ using const_iterator = __implementation_defined__;
#else
class const_iterator;
#endif