mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-29 20:07:14 +02:00
Update documentation
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
////
|
||||
Copyright 2019 Peter Dimov
|
||||
Copyright 2019, 2022 Peter Dimov
|
||||
Distributed under the Boost Software License, Version 1.0.
|
||||
http://www.boost.org/LICENSE_1_0.txt
|
||||
////
|
||||
@ -10,6 +10,11 @@ http://www.boost.org/LICENSE_1_0.txt
|
||||
:toc-title:
|
||||
:idprefix:
|
||||
|
||||
## Changes in 1.79.0
|
||||
|
||||
* Added `boost::throw_with_location`, a more lightweight alternative of
|
||||
`BOOST_THROW_EXCEPTION` for programs that do not use Boost.Exception.
|
||||
|
||||
## Changes in 1.73.0
|
||||
|
||||
* Added an overload of `throw_exception` that takes a `boost::source_location`
|
||||
|
Reference in New Issue
Block a user