Registry / utility / boost-system

boost-system

JSON →
library1.90.0vcpkgunverified

Boost system module provides error code and error condition support for portable system error handling.

vcpkg install boost-system
INSTALL
IMPORT
SIG · BOOST-SYSTEM
B
boost-system
utilitycppv1.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/system/error_code.hpp
#include <boost/system/error_code.hpp>

Creating and printing a default error code

#include <boost/system/error_code.hpp> #include <iostream> int main() { boost::system::error_code ec; std::cout << ec.message() << std::endl; }
Debug
Known issues
gotchaBoost.System may require linking against the boost_system library in some configurations.
fix
Ensure you link against Boost::system in CMake.
affects: all
Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

boost-system — pip install boost-system · libregistry