multi_buffer ctor is explicit

This commit is contained in:
Vinnie Falco
2017-07-12 16:59:12 -07:00
parent 696c4169fc
commit 9ecd2a491e
2 changed files with 2 additions and 0 deletions

View File

@ -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
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------

View File

@ -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.