Add asciidoc documentation

This commit is contained in:
Peter Dimov
2019-11-26 02:21:52 +02:00
parent eec2255703
commit 915a1dc49b
14 changed files with 295 additions and 413 deletions

19
doc/changes.adoc Normal file
View File

@ -0,0 +1,19 @@
////
Copyright 2019 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt
////
[#changes]
# Release History
:toc:
:toc-title:
:idprefix:
## Changes in Boost 1.73.0
* Added an overload of `throw_exception` that takes a `boost::source_location`
object.
NOTE: Projects using `BOOST_THROW_EXCEPTION` with exceptions disabled will need
to add a definition of this new overload.