Registry / networking / boost-asio

boost-asio

JSON →
library1.90.0vcpkgunverified

Boost asio module

vcpkg install boost-asio
INSTALL
IMPORT
SIG · BOOST-ASIO
B
boost-asio
networkingcppv1.90.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

boost/asio.hpp
#include <boost/asio.hpp>

Minimal Boost.Asio example creating an io_context

#include <boost/asio.hpp> #include <iostream> int main() { boost::asio::io_context io; std::cout << "Boost.Asio ready\n"; return 0; }
Debug
Known issues
gotchaBoost.Asio requires linking against the system library on some platforms.
fix
Add target_link_libraries(your_target Boost::asio) and possibly pthread.
affects: >=1.66
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources

No resource links recorded.

boost-asio — pip install boost-asio · libregistry