mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
Fix http::message constructor constraint
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
Version 242:
|
||||
|
||||
* 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::decay<Arg1>::type, verb>::value &&
|
||||
! std::is_convertible<typename
|
||||
std::decay<Arg1>::type, header>::value
|
||||
std::decay<Arg1>::type, status>::value
|
||||
>::type>
|
||||
explicit
|
||||
header(Arg1&& arg1, ArgN&&... argn);
|
||||
|
Reference in New Issue
Block a user