874 B
874 B
Revision History
Changes in 1.88.0
-
When
BOOST_ASSERT_HANDLER_IS_NORETURNis defined,boost::assertion_failedandboost::assertion_failed_msgare declared asBOOST_NORETURN.
Changes in 1.79.0
-
source_location().file_name()andsource_location().function_name()now return""instead of"(unknown)". -
Added a
source_locationconstructor fromstd::source_location. -
Changed
BOOST_CURRENT_LOCATIONto more closely match the behavior ofstd::source_location::current(), such as being usable at top level or as a default function argument.
Changes in 1.78.0
-
Added
source_location::to_string.
Changes in 1.73.0
-
Added
source_location.