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