mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
@ -2,6 +2,7 @@ Version 171:
|
||||
|
||||
* Add handler_ptr::has_value
|
||||
* Remove spurious assert
|
||||
* Fix unused variable warning
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
@ -114,6 +114,7 @@ invoke(Args&&... args)
|
||||
clear();
|
||||
auto deleter = [](Handler* h)
|
||||
{
|
||||
boost::ignore_unused(h); // fix #1119
|
||||
h->~Handler();
|
||||
};
|
||||
std::unique_ptr<
|
||||
|
Reference in New Issue
Block a user