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