operator= is used to assign ecs without loc.

This commit is contained in:
Klemens
2022-12-21 15:54:53 +08:00
committed by Klemens Morgenstern
parent f7079044a7
commit 5032a20d9d

View File

@@ -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) \