mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 21:07:26 +02:00
decorator ctor is explicit
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
Version 246:
|
||||
|
||||
* decorator ctor is explicit
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Version 245:
|
||||
|
||||
* decorator constructor is constrained
|
||||
|
@ -73,6 +73,7 @@ struct stream_base
|
||||
Decorator>::value>::type
|
||||
#endif
|
||||
>
|
||||
explicit
|
||||
decorator(Decorator&& f)
|
||||
: d_(std::forward<Decorator>(f))
|
||||
{
|
||||
|
Reference in New Issue
Block a user