summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/asio/include/asio/detail/std_thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/asio/include/asio/detail/std_thread.hpp')
-rw-r--r--3rdparty/asio/include/asio/detail/std_thread.hpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/3rdparty/asio/include/asio/detail/std_thread.hpp b/3rdparty/asio/include/asio/detail/std_thread.hpp
index f6fcec1621f..78bbab9ea10 100644
--- a/3rdparty/asio/include/asio/detail/std_thread.hpp
+++ b/3rdparty/asio/include/asio/detail/std_thread.hpp
@@ -2,7 +2,7 @@
// detail/std_thread.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)
@@ -16,9 +16,6 @@
#endif // defined(_MSC_VER) && (_MSC_VER >= 1200)
#include "asio/detail/config.hpp"
-
-#if defined(ASIO_HAS_STD_THREAD)
-
#include <thread>
#include "asio/detail/noncopyable.hpp"
@@ -66,6 +63,4 @@ private:
#include "asio/detail/pop_options.hpp"
-#endif // defined(ASIO_HAS_STD_THREAD)
-
#endif // ASIO_DETAIL_STD_THREAD_HPP