Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Including Boost.Asio before cpp-netlib causes compile error #634

Closed
Assignees
glynos
@amerry

Description

@amerry

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp