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

Does not compile with boost 1.66 due to breaking changes in Asio #16

Open
slowriot opened this issue Feb 16, 2018 · 1 comment
Open

Comments

@slowriot
Copy link

From the changelog:

The service template parameters, and the corresponding classes, are disabled by default. For example, instead of basic_socket<Protocol, SocketService> we now have simply basic_socket. The old interface can be enabled by defining the BOOST_ASIO_ENABLE_OLD_SERVICES macro.

Specifically, the new interfaces as specified in http://www.boost.org/doc/libs/1_66_0/doc/html/boost_asio/net_ts.html

My pull request #13 sticks a plaster over this by adding BOOST_ASIO_ENABLE_OLD_SERVICES but really it should be migrated to use the new interfaces.

@olivier-fs
Copy link

Hi!
Is this library still alive ?
googling about it returns quite a lot of work from darrengarvey, but it's outdated i.e. does only build with verrry old boost versions.

Thanks you if you can provide info/status.

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

2 participants