mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 05:40:14 +01:00
Added a changelog entry for the lightweight_test.hpp change.
Refs https://github.com/boostorg/core/pull/205.
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
|
|
||||||
[section Changes in 1.90.0]
|
[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`
|
* [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
|
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
|
ambiguities when both `boost::` and `std::` alternatives are found by the compiler, e.g. as a result
|
||||||
|
|||||||
Reference in New Issue
Block a user