Registry / testing / boost-assert

boost-assert

JSON →
library1.90.0vcpkgunverified

Boost.Assert provides enhanced assertion macros for debugging and runtime checks.

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

Use Boost.Assert to verify a condition

#include <boost/assert.hpp> #include <iostream> int main() { int x = 5; BOOST_ASSERT(x > 0 && "x must be positive"); std::cout << "Assertion passed" << 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
17 hits · last 30 days
node
16
OpenAI (training)
1
Resources

No resource links recorded.

boost-assert — pip install boost-assert · libregistry