forked from boostorg/beast
operator= is used to assign ecs without loc.
This commit is contained in:
committed by
Klemens Morgenstern
parent
f7079044a7
commit
5032a20d9d
@@ -104,7 +104,7 @@ namespace net = boost::asio;
|
||||
|
||||
|
||||
#ifdef BOOST_BEAST_NO_SOURCE_LOCATION
|
||||
#define BOOST_BEAST_ASSIGN_EC(ec, error) ec.assign(error)
|
||||
#define BOOST_BEAST_ASSIGN_EC(ec, error) ec = error
|
||||
#else
|
||||
|
||||
#define BOOST_BEAST_ASSIGN_EC(ec, error) \
|
||||
|
Reference in New Issue
Block a user