Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boost.ASIO 1.76 issues after macOS 13.3 update #415

Open
timeinpixels opened this issue Apr 4, 2023 · 0 comments
Open

Boost.ASIO 1.76 issues after macOS 13.3 update #415

timeinpixels opened this issue Apr 4, 2023 · 0 comments

Comments

@timeinpixels
Copy link

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<F()>::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.

@mclow mclow transferred this issue from boostorg/boost Apr 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant