Registry / utility / boost-leaf

boost-leaf

JSON →
library1.90.0vcpkgunverified

Boost leaf module

vcpkg install boost-leaf
INSTALL
IMPORT
SIG · BOOST-LEAF
B
boost-leaf
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/leaf.hpp
#include <boost/leaf.hpp>

Use Boost.LEAF for lightweight error handling with result types.

#include <boost/leaf.hpp> #include <iostream> boost::leaf::result<int> compute() { return 42; } int main() { auto r = compute(); if (r) { std::cout << *r << std::endl; } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources

No resource links recorded.

boost-leaf — pip install boost-leaf · libregistry