mirror of
https://github.com/boostorg/beast.git
synced 2025-08-03 23:04:35 +02:00
@@ -1,3 +1,9 @@
|
|||||||
|
Version 134:
|
||||||
|
|
||||||
|
* Add static_buffer_base default constructor definition
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 133:
|
Version 133:
|
||||||
|
|
||||||
* Remove const&& overload of message::body
|
* Remove const&& overload of message::body
|
||||||
|
@@ -128,7 +128,7 @@ protected:
|
|||||||
for the derived class to call @ref reset in order to
|
for the derived class to call @ref reset in order to
|
||||||
initialize the object.
|
initialize the object.
|
||||||
*/
|
*/
|
||||||
static_buffer_base();
|
static_buffer_base() = default;
|
||||||
|
|
||||||
/** Reset the pointed-to buffer.
|
/** Reset the pointed-to buffer.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user