forked fromglynos/cpp-netlib
- Notifications
You must be signed in to change notification settings - Fork425
Closed
Description
If I do something like
#include <boost/asio/ip/address.hpp>#include <boost/network.hpp>then compilation fails because the references to things likeasio::io_service in cpp-netlib resolve to theboost::asio namespace (since the code is in theboost::network namespace).
While I can just reorder the headers, this is still not an ideal situation. Presumably, this could be solved by using absolute references, like::asio::io_service.
Metadata
Metadata
Assignees
Labels
No labels