2017-06-06 18:23:53 +03:00
|
|
|
////
|
2017-06-05 18:20:02 +03:00
|
|
|
Copyright 2017 Peter Dimov
|
|
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
|
|
|
|
|
|
|
|
See accompanying file LICENSE_1_0.txt or copy at
|
|
|
|
|
http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
|
////
|
|
|
|
|
|
|
|
|
|
# Boost.Assert
|
2017-06-06 02:19:26 +03:00
|
|
|
Peter Dimov
|
2017-06-06 04:28:01 +03:00
|
|
|
:toc: left
|
2017-06-06 02:19:26 +03:00
|
|
|
:idprefix:
|
2017-06-11 00:33:37 +03:00
|
|
|
:docinfo: private-footer
|
2021-10-28 23:09:09 +03:00
|
|
|
:source-highlighter: rouge
|
|
|
|
|
:source-language: c++
|
2017-06-05 18:20:02 +03:00
|
|
|
|
2017-06-05 18:33:08 +03:00
|
|
|
The Boost.Assert library provides several configurable diagnostic macros
|
|
|
|
|
similar in behavior and purpose to the standard macro `assert` from `<cassert>`.
|
2017-06-05 18:20:02 +03:00
|
|
|
|
2017-06-06 02:19:26 +03:00
|
|
|
:leveloffset: +1
|
|
|
|
|
|
2017-06-05 18:20:02 +03:00
|
|
|
include::assert.adoc[]
|
|
|
|
|
include::current_function.adoc[]
|
2019-11-25 03:57:06 +02:00
|
|
|
include::source_location.adoc[]
|
2020-01-21 03:18:16 +02:00
|
|
|
include::changes.adoc[]
|
2017-06-06 02:19:26 +03:00
|
|
|
|
|
|
|
|
:leveloffset: -1
|
|
|
|
|
|
|
|
|
|
[appendix]
|
|
|
|
|
## Copyright and License
|
|
|
|
|
|
2017-06-06 18:16:04 +03:00
|
|
|
This documentation is
|
|
|
|
|
|
2022-02-04 05:01:45 +02:00
|
|
|
* Copyright 2002, 2007, 2014, 2017, 2019-2022 Peter Dimov
|
2017-06-06 02:19:26 +03:00
|
|
|
* Copyright 2011 Beman Dawes
|
2017-06-06 18:23:53 +03:00
|
|
|
* Copyright 2015 Ion Gaztañaga
|
2017-06-06 18:16:04 +03:00
|
|
|
* Distributed under the http://www.boost.org/LICENSE_1_0.txt[Boost Software License, Version 1.0].
|