index.adoc 779 B

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