2
0
mirror of https://github.com/boostorg/assert.git synced 2026-01-21 04:42:12 +00:00
Files
assert/README.md
2020-12-23 04:56:53 +02:00

14 lines
452 B
Markdown

# 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 `<cassert>`.
## 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).