mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 22:34:32 +02:00
@@ -18,10 +18,12 @@ namespace boost {
|
|||||||
namespace beast {
|
namespace beast {
|
||||||
namespace websocket {
|
namespace websocket {
|
||||||
|
|
||||||
|
#ifndef BOOST_BEAST_DOXYGEN
|
||||||
template<
|
template<
|
||||||
class NextLayer,
|
class NextLayer,
|
||||||
bool deflateSupported = true>
|
bool deflateSupported = true>
|
||||||
class stream;
|
class stream;
|
||||||
|
#endif
|
||||||
|
|
||||||
} // websocket
|
} // websocket
|
||||||
} // beast
|
} // beast
|
||||||
|
Reference in New Issue
Block a user