Boost.Asio 没有 Boost.System
Boost.Asio without Boost.System
在 Boost System page 上声明:
The Boost System Library is part of the C++11 Standard Library.
但是很多 Boost 库,比如 Asio,都依赖于 Boost System。是否可以使用 C++11 std 而不是 Boost System 来与 Asio 一起工作?
AFAIR 您可以将 Boost System 配置为 header-only
来源:http://www.boost.org/doc/libs/1_66_0/libs/system/doc/reference.html
除此之外,您可以简单地使用 Non-Boost Asio
在 Boost System page 上声明:
The Boost System Library is part of the C++11 Standard Library.
但是很多 Boost 库,比如 Asio,都依赖于 Boost System。是否可以使用 C++11 std 而不是 Boost System 来与 Asio 一起工作?
AFAIR 您可以将 Boost System 配置为 header-only
来源:http://www.boost.org/doc/libs/1_66_0/libs/system/doc/reference.html
除此之外,您可以简单地使用 Non-Boost Asio