Files
throw_exception/doc/changes.adoc

25 lines
607 B
Plaintext
Raw Permalink Normal View History

2019-11-26 02:21:52 +02:00
////
2022-02-12 03:33:44 +02:00
Copyright 2019, 2022 Peter Dimov
2019-11-26 02:21:52 +02:00
Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt
////
[#changes]
# Revision History
2019-11-26 02:21:52 +02:00
:toc:
:toc-title:
:idprefix:
2022-02-12 03:33:44 +02:00
## 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
2019-11-26 02:21:52 +02:00
* Added an overload of `throw_exception` that takes a `boost::source_location`
object.
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.