chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.73k stars 1.2k forks source link

Windows: Asio system_error does not disable. #1314

Open kassane opened 1 year ago

kassane commented 1 year ago

During compilation, follow the documentation on configuration macros. I can't run it on windows only. However, on Linux and MacOS they are working on the CI test.

-DASIO_HAS_NOEXCEPT -DASIO_DISABLE_STD_SYSTEM_ERROR

libc++abi: terminating due to uncaught exception of type std::__1::system_error: thread: asio.system error

full log: https://github.com/kassane/asio-zig/actions/runs/5258277939/jobs/9502294179

References