Create README.md

This commit is contained in:
Peter Dimov
2017-06-06 23:54:32 +03:00
committed by GitHub
parent 9e31c77723
commit 677f821cfd

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# Boost.Assert
The Boost.Assert library, part of collection of the [Boost C++ Libraries](http://github.com/boostorg),
provides several configurable diagnostic macros similar in behavior and purpose to the standard macro
`assert` from `<cassert>`.
## Documentation
See the documentation of [BOOST_ASSERT](doc/assert.adoc) and
[BOOST_CURRENT_FUNCTION](doc/current_function.adoc) for more information.
## License
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).