mirror of
https://github.com/boostorg/website.git
synced 2026-01-29 08:02:20 +00:00
Merge pull request #215 from Lastique/patch-13
Added release notes for Atomic and Core
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user