summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/assert/README.md
blob: 645b7bb490242626718201d3e899dcd40aa850e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 of [BOOST_ASSERT](doc/assert.adoc) and
[BOOST_CURRENT_FUNCTION](doc/current_function.adoc) for more information.

## License

Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).