summaryrefslogtreecommitdiff
path: root/boost/beast/websocket/stream.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/beast/websocket/stream.hpp')
-rw-r--r--boost/beast/websocket/stream.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/boost/beast/websocket/stream.hpp b/boost/beast/websocket/stream.hpp
index a9d79d2de4..367a54537c 100644
--- a/boost/beast/websocket/stream.hpp
+++ b/boost/beast/websocket/stream.hpp
@@ -23,7 +23,6 @@
#include <boost/beast/core/role.hpp>
#include <boost/beast/core/stream_traits.hpp>
#include <boost/beast/core/string.hpp>
-#include <boost/beast/core/detail/type_traits.hpp>
#include <boost/beast/http/detail/type_traits.hpp>
#include <boost/asio/async_result.hpp>
#include <boost/asio/error.hpp>
@@ -220,7 +219,7 @@ public:
@return A copy of the executor that stream will use to dispatch handlers.
*/
executor_type
- get_executor() const noexcept;
+ get_executor() noexcept;
/** Get a reference to the next layer