mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 13:27:33 +02:00
Fix header::reason
This commit is contained in:
@ -3,6 +3,8 @@ Version 45
|
|||||||
* Workaround for boost::asio::basic_streambuf type check
|
* Workaround for boost::asio::basic_streambuf type check
|
||||||
* Fix message doc image
|
* Fix message doc image
|
||||||
* Better test::enable_yield_to
|
* Better test::enable_yield_to
|
||||||
|
* Add test::pipe
|
||||||
|
* Fix header::reason
|
||||||
|
|
||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -246,7 +246,7 @@ struct header<false, Fields>
|
|||||||
*/
|
*/
|
||||||
auto
|
auto
|
||||||
reason() const ->
|
reason() const ->
|
||||||
decltype(std::declval<Fields>().method()) const
|
decltype(std::declval<Fields>().reason()) const
|
||||||
{
|
{
|
||||||
return fields.reason();
|
return fields.reason();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user