Files
assert/README.md

14 lines
452 B
Markdown
Raw Permalink Normal View History

2017-06-06 23:54:32 +03:00
# Boost.Assert
2017-06-06 23:56:35 +03:00
The Boost.Assert library, part of the collection of [Boost C++ Libraries](http://github.com/boostorg),
2017-06-06 23:54:32 +03:00
provides several configurable diagnostic macros similar in behavior and purpose to the standard macro
`assert` from `<cassert>`.
## Documentation
2020-12-23 04:56:53 +02:00
See [the documentation](https://boost.org/libs/assert) for more information.
2017-06-06 23:54:32 +03:00
## License
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).