https://github.com/boostorg/assert
Boost.Assert
https://github.com/boostorg/assert
Last synced: 9 months ago
JSON representation
Boost.Assert
- Host: GitHub
- URL: https://github.com/boostorg/assert
- Owner: boostorg
- Created: 2014-01-02T13:44:47.000Z (about 12 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-24T14:10:55.000Z (10 months ago)
- Last Synced: 2025-03-29T04:03:54.154Z (10 months ago)
- Language: C++
- Size: 221 KB
- Stars: 32
- Watchers: 5
- Forks: 65
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boost.Assert
The Boost.Assert library, part of the collection of [Boost C++ Libraries](http://github.com/boostorg),
provides several configurable diagnostic macros similar in behavior and purpose to the standard macro
`assert` from ``.
## Documentation
See [the documentation](https://boost.org/libs/assert) for more information.
## License
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).