Add static_buffer_base default constructor definition

fix #862
This commit is contained in:
Vinnie Falco
2017-11-01 08:27:42 -07:00
parent d45edddd04
commit 5a35a33905
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
Version 134:
* Add static_buffer_base default constructor definition
--------------------------------------------------------------------------------
Version 133:
* Remove const&& overload of message::body

View File

@@ -128,7 +128,7 @@ protected:
for the derived class to call @ref reset in order to
initialize the object.
*/
static_buffer_base();
static_buffer_base() = default;
/** Reset the pointed-to buffer.