mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
multi_buffer ctor is explicit
This commit is contained in:
@ -3,6 +3,7 @@ Version 81:
|
|||||||
* Pass string_view by value
|
* Pass string_view by value
|
||||||
* better is_final on empty_base_optimization
|
* better is_final on empty_base_optimization
|
||||||
* Suppress incorrect GCC warning
|
* Suppress incorrect GCC warning
|
||||||
|
* multi_buffer ctor is explicit
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -116,6 +116,7 @@ public:
|
|||||||
|
|
||||||
@param alloc The allocator to use.
|
@param alloc The allocator to use.
|
||||||
*/
|
*/
|
||||||
|
explicit
|
||||||
basic_multi_buffer(Allocator const& alloc);
|
basic_multi_buffer(Allocator const& alloc);
|
||||||
|
|
||||||
/** Constructor.
|
/** Constructor.
|
||||||
|
Reference in New Issue
Block a user