diff --git a/feed/history/boost_1_64_0.qbk b/feed/history/boost_1_64_0.qbk index 1d6cf09f..6b8cb9f3 100644 --- a/feed/history/boost_1_64_0.qbk +++ b/feed/history/boost_1_64_0.qbk @@ -27,6 +27,9 @@ [section Updated Libraries] +* [phrase library..[@/libs/atomic/ Atomic]:] + * Fixed possible incorrect code generation in 64-bit atomic operations on 32-bit x86 with gcc versions older than 4.7 and compatible compilers. + * [phrase library..[@/libs/context/ Context]:] * new API: call/cc * deprecated API:execution-context @@ -34,6 +37,10 @@ * #38: context_entry() crashes on macOS * #39: Unknown directive .cpu on aarch64 with Clang 3.8 on Android +* [phrase library..[@/libs/core/ Core]:] + * Implemented `constexpr` `addressof` on compilers that support C++11 `constexpr` and SFINAE expressions. `BOOST_CORE_NO_CONSTEXPR_ADDRESSOF` macro indicates when `constexpr` `addressof` is not available. + * In `lightweight_test.hpp`, added new macros `BOOST_TEST_ALL_EQ` and `BOOST_TEST_ALL_WITH` for testing container contents. + * [phrase library..[@/libs/coroutine2/ Coroutine2]:] * #4: coroutine2<> does not accept std::bind