1//// 2Copyright 2019 Peter Dimov 3Distributed under the Boost Software License, Version 1.0. 4http://www.boost.org/LICENSE_1_0.txt 5//// 6 7[#changes] 8# Revision History 9:toc: 10:toc-title: 11:idprefix: 12 13## Changes in 1.73.0 14 15* Added an overload of `throw_exception` that takes a `boost::source_location` 16 object. 17 18NOTE: Projects using `BOOST_THROW_EXCEPTION` with exceptions disabled will need 19 to add a definition of this new overload. 20