1//// 2Copyright 2017 Peter Dimov 3 4Distributed under the Boost Software License, Version 1.0. 5 6See accompanying file LICENSE_1_0.txt or copy at 7http://www.boost.org/LICENSE_1_0.txt 8//// 9 10# Boost.Assert 11Peter Dimov 12:toc: left 13:idprefix: 14:docinfo: private-footer 15 16The Boost.Assert library provides several configurable diagnostic macros 17similar in behavior and purpose to the standard macro `assert` from `<cassert>`. 18 19:leveloffset: +1 20 21include::assert.adoc[] 22include::current_function.adoc[] 23include::source_location.adoc[] 24include::changes.adoc[] 25 26:leveloffset: -1 27 28[appendix] 29## Copyright and License 30 31This documentation is 32 33* Copyright 2002, 2007, 2014, 2017, 2019, 2020 Peter Dimov 34* Copyright 2011 Beman Dawes 35* Copyright 2015 Ion Gaztañaga 36* Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0]. 37