2019-11-26 02:21:52 +02:00
|
|
|
////
|
|
|
|
Copyright 2019 Peter Dimov
|
|
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
|
|
http://www.boost.org/LICENSE_1_0.txt
|
|
|
|
////
|
|
|
|
|
|
|
|
[#changes]
|
2020-01-21 03:25:16 +02:00
|
|
|
# Revision History
|
2019-11-26 02:21:52 +02:00
|
|
|
:toc:
|
|
|
|
:toc-title:
|
|
|
|
:idprefix:
|
|
|
|
|
2020-01-21 03:25:16 +02:00
|
|
|
## Changes in 1.73.0
|
2019-11-26 02:21:52 +02:00
|
|
|
|
|
|
|
* Added an overload of `throw_exception` that takes a `boost::source_location`
|
|
|
|
object.
|
2020-01-21 03:25:16 +02:00
|
|
|
|
2019-11-26 02:21:52 +02:00
|
|
|
NOTE: Projects using `BOOST_THROW_EXCEPTION` with exceptions disabled will need
|
|
|
|
to add a definition of this new overload.
|