Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 1,297 | 1,190 | ||
meta/ | 12-May-2024 | - | 15 | 14 | ||
test/ | 12-May-2024 | - | 1,571 | 940 | ||
CMakeLists.txt | D | 12-May-2024 | 941 | 37 | 23 | |
README.md | D | 12-May-2024 | 510 | 15 | 9 | |
index.html | D | 12-May-2024 | 399 | 16 | 9 |
README.md
1# Boost.Assert 2 3The Boost.Assert library, part of the collection of [Boost C++ Libraries](http://github.com/boostorg), 4provides several configurable diagnostic macros similar in behavior and purpose to the standard macro 5`assert` from `<cassert>`. 6 7## Documentation 8 9See the documentation of [BOOST_ASSERT](doc/assert.adoc) and 10[BOOST_CURRENT_FUNCTION](doc/current_function.adoc) for more information. 11 12## License 13 14Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 15