24 Aug
2021
24 Aug
'21
1:24 p.m.
What can be easily demonstrated though, is, that the
On 24/08/2021 13:57, Nils Frielinghaus via Boost-users wrote: translate_addrinfo_error function converts EAI_SYSTEM with errno=0 (which is triggered by the above set-up) into a Boost error code that shows success.
So this program will output "Success".
This is a long standing design quirk of error_code which we have fixed in proposed status_code, which is hoped to supersede error_code in a future C++ standard. Niall