Brian Silverman | ea861c1 | 2018-08-04 17:43:02 -0700 | [diff] [blame^] | 1 | //// |
| 2 | Copyright 2017 Peter Dimov |
| 3 | |
| 4 | Distributed under the Boost Software License, Version 1.0. |
| 5 | |
| 6 | See accompanying file LICENSE_1_0.txt or copy at |
| 7 | http://www.boost.org/LICENSE_1_0.txt |
| 8 | //// |
| 9 | |
| 10 | # Boost.Assert |
| 11 | Peter Dimov |
| 12 | :toc: left |
| 13 | :idprefix: |
| 14 | :docinfo: private-footer |
| 15 | |
| 16 | The Boost.Assert library provides several configurable diagnostic macros |
| 17 | similar in behavior and purpose to the standard macro `assert` from `<cassert>`. |
| 18 | |
| 19 | :leveloffset: +1 |
| 20 | |
| 21 | include::assert.adoc[] |
| 22 | |
| 23 | include::current_function.adoc[] |
| 24 | |
| 25 | :leveloffset: -1 |
| 26 | |
| 27 | [appendix] |
| 28 | ## Copyright and License |
| 29 | |
| 30 | This 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]. |