mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 05:17:26 +02:00
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:
|
Version 282:
|
||||||
|
|
||||||
* Use superproject docca
|
* Use superproject docca
|
||||||
|
@ -66,6 +66,7 @@ public:
|
|||||||
ostream_buffer(DynamicBuffer& b)
|
ostream_buffer(DynamicBuffer& b)
|
||||||
: b_(b)
|
: b_(b)
|
||||||
{
|
{
|
||||||
|
b_.prepare(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
int_type
|
int_type
|
||||||
|
Reference in New Issue
Block a user