From e0e5cbd8f961d8301dd7024c32211380981ea6dd Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Wed, 15 Jun 2022 20:09:18 -0300 Subject: [PATCH] Fix doc include file fix #2448 --- include/boost/beast/websocket/stream_fwd.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/beast/websocket/stream_fwd.hpp b/include/boost/beast/websocket/stream_fwd.hpp index 6d176363..86816660 100644 --- a/include/boost/beast/websocket/stream_fwd.hpp +++ b/include/boost/beast/websocket/stream_fwd.hpp @@ -18,10 +18,12 @@ namespace boost { namespace beast { namespace websocket { +#ifndef BOOST_BEAST_DOXYGEN template< class NextLayer, bool deflateSupported = true> class stream; +#endif } // websocket } // beast