mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 06:15:24 +02:00
Fix http::message constructor constraint
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
Version 242:
|
Version 242:
|
||||||
|
|
||||||
* test::stream has deprecated lowest_layer for ssl
|
* test::stream has deprecated lowest_layer for ssl
|
||||||
* MSVC use ::fopen_s
|
* MSVC uses ::fopen_s
|
||||||
|
* Fix http::message constructor constraint
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@@ -223,7 +223,7 @@ public:
|
|||||||
! std::is_convertible<typename
|
! std::is_convertible<typename
|
||||||
std::decay<Arg1>::type, verb>::value &&
|
std::decay<Arg1>::type, verb>::value &&
|
||||||
! std::is_convertible<typename
|
! std::is_convertible<typename
|
||||||
std::decay<Arg1>::type, header>::value
|
std::decay<Arg1>::type, status>::value
|
||||||
>::type>
|
>::type>
|
||||||
explicit
|
explicit
|
||||||
header(Arg1&& arg1, ArgN&&... argn);
|
header(Arg1&& arg1, ArgN&&... argn);
|
||||||
|
Reference in New Issue
Block a user