
18 Aug
2025
18 Aug
'25
3:54 p.m.
בתאריך שבת, 16 באוג׳ 2025, 10:16, מאת Peter Dimov via Boost < boost@lists.boost.org>:
Vinnie Falco wrote:
For example, we may consider requiring a more recent version of C++. We might want to use `std::error_code` instead of `boost::system::error_code`.
Chris already uses C++11 in Asio but has deliberately retained system::error_code.
Dropping it will lose the error locations. L
Actually recently in Cppcms Booster.Aio I created when I was dissatisfied with asio I found after porting to c++11 that standard library didn't handle GetSocketError at all so I can understand why... Artyom