2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00

remove changelog for boost.fiber

This commit is contained in:
Oliver Kowalke
2016-10-26 22:47:16 +02:00
committed by GitHub
parent ca4016c3bf
commit 229832ce2b

View File

@@ -20,10 +20,6 @@
* Added the static constant `atomic<T>::is_always_lock_free` for conformance with C++17. The constant indicates that the given specialization always provides lock-free implementation of atomic operations.
* Improved support of Oracle Studio on x86 targets.
* [phrase library..[@/libs/fiber/ Fiber]:]
* unbounded_channel<> and bounded_channel<> renamed to unbounded_queue<> and bounded_queue<>
* macro BOOST_FIBERS_SPINLOCK_YIELD to invoke std::this:thread::yield() while busy waiting
* [phrase library..[@/libs/log/ Log]:]
* General changes:
* Removed the previously deprecated `type_info_wrapper`.