mirror of
https://github.com/boostorg/beast.git
synced 2025-07-31 21:34:46 +02:00
test::handler copies the source location.
This commit is contained in:
committed by
Klemens Morgenstern
parent
b9ed7fa6d3
commit
027c544a3a
@@ -50,10 +50,10 @@ public:
|
||||
{
|
||||
}
|
||||
|
||||
handler(handler&& other,boost::source_location loc = BOOST_CURRENT_LOCATION)
|
||||
handler(handler&& other)
|
||||
: ec_(other.ec_)
|
||||
, pass_(boost::exchange(other.pass_, true))
|
||||
, loc_(loc)
|
||||
, loc_(other.loc_)
|
||||
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user