From 229832ce2b581fd30f319d31fcfdee88d8a17828 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Wed, 26 Oct 2016 22:47:16 +0200 Subject: [PATCH] remove changelog for boost.fiber --- feed/history/boost_1_63_0.qbk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/feed/history/boost_1_63_0.qbk b/feed/history/boost_1_63_0.qbk index cbef8555..12c82567 100644 --- a/feed/history/boost_1_63_0.qbk +++ b/feed/history/boost_1_63_0.qbk @@ -20,10 +20,6 @@ * Added the static constant `atomic::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`.