Added a changelog entry for the lightweight_test.hpp change.

Refs https://github.com/boostorg/core/pull/205.
This commit is contained in:
Andrey Semashev
2025-10-19 22:14:36 +03:00
parent 64093058de
commit e8fdc407bd

View File

@@ -9,6 +9,10 @@
[section Changes in 1.90.0]
* The implementation of `BOOST_TEST_THROWS` and `BOOST_TEST_NO_THROW` macros defined in
[link core.lightweight_test `boost/core/lightweight_test.hpp`] has been changed to avoid
compiler warnings on some compilers, when the macros are used in `if`/`else` blocks. As
a side effect of this change, the semicolon after the macro is now necessary. ([github_pr 205])
* [link core.data `boost::data`] and [link core.size `boost::size`] are now aliases for `std::data`
and `std::size`, respectively, when the latter are provided by compiler. This resolves potential
ambiguities when both `boost::` and `std::` alternatives are found by the compiler, e.g. as a result