blob: 6e5026efd4410f4fe6e5763cfbe6d50cb8491382 [file] [log] [blame]
Brian Silvermanea861c12018-08-04 17:43:02 -07001////
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[]
22
23include::current_function.adoc[]
24
25:leveloffset: -1
26
27[appendix]
28## Copyright and License
29
30This documentation is
31
32* Copyright 2002, 2007, 2014, 2017 Peter Dimov
33* Copyright 2011 Beman Dawes
34* Copyright 2015 Ion Gaztañaga
35* Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].