Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.github/workflows/ | 25-Apr-2025 | - | 202 | 187 | ||
doc/ | 25-Apr-2025 | - | 382 | 288 | ||
include/boost/ | 25-Apr-2025 | - | 262 | 134 | ||
meta/ | 25-Apr-2025 | - | 16 | 15 | ||
test/ | 25-Apr-2025 | - | 1,570 | 940 | ||
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 9.5 KiB | 376 | 329 | |
CMakeLists.txt | D | 25-Apr-2025 | 941 | 37 | 23 | |
README.md | D | 25-Apr-2025 | 452 | 14 | 8 | |
appveyor.yml | D | 25-Apr-2025 | 3.8 KiB | 85 | 70 |
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](https://boost.org/libs/assert) for more information. 10 11## License 12 13Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 14