summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/include/asio/detail/regex_fwd.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/include/asio/detail/regex_fwd.hpp')
-rw-r--r--3rdparty/asio/include/asio/detail/regex_fwd.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/3rdparty/asio/include/asio/detail/regex_fwd.hpp b/3rdparty/asio/include/asio/detail/regex_fwd.hpp
index 447c6b13fd6..a5c6c0a9428 100644
--- a/3rdparty/asio/include/asio/detail/regex_fwd.hpp
+++ b/3rdparty/asio/include/asio/detail/regex_fwd.hpp
@@ -2,7 +2,7 @@
// detail/regex_fwd.hpp
// ~~~~~~~~~~~~~~~~~~~~
//
-// Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+// Copyright (c) 2003-2024 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)
@@ -17,9 +17,6 @@
#if defined(ASIO_HAS_BOOST_REGEX)
-#include <boost/regex_fwd.hpp>
-#include <boost/regex/v4/match_flags.hpp>
-
namespace boost {
template <class BidiIterator>
@@ -28,6 +25,9 @@ struct sub_match;
template <class BidiIterator, class Allocator>
class match_results;
+template <class CharT, class Traits>
+class basic_regex;
+
} // namespace boost
#endif // defined(ASIO_HAS_BOOST_REGEX)