boostorg / boostorg/asio

Boost.ASIO 1.76 issues after macOS 13.3 update

Open
#415 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
1.6k
Forks
485
PR merge metrics
No merged PRs in 30d

Description

Just noticed that after updating to the latest macOS 13.3 my local network connection using Boost.ASIO and tcp sockets no longer works. Do you have any ideas what might be the cause?
At the same time with the latest Xcode the code no longer compiles in c++20 mode due to some things being removed (deprecated in c++20)

```
include/boost/asio/impl/co_spawn.hpp:182:22: error: no template named 'result_of'
[build] typedef typename result_of::type awaitable_type;
```

I was able to resolve the compilation issues with using the latest boost 1.81 and using BOOST_ASIO_HAS_STD_INVOKE_RESULT.
But I am not sure it's related.
Any ideas would be greatly appreciated.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.