forked from boostorg/beast
ostream_buffer satisfies preconditions of DynamicBuffer_v1::commit:
close #1806
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
Version 283:
|
||||
|
||||
* ostream_buffer satisfies preconditions of DynamicBuffer_v1::commit
|
||||
|
||||
Version 282:
|
||||
|
||||
* Use superproject docca
|
||||
|
@@ -66,6 +66,7 @@ public:
|
||||
ostream_buffer(DynamicBuffer& b)
|
||||
: b_(b)
|
||||
{
|
||||
b_.prepare(0);
|
||||
}
|
||||
|
||||
int_type
|
||||
|
Reference in New Issue
Block a user