2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 19:52:14 +00:00

changelog for boost.fiber

This commit is contained in:
Oliver Kowalke
2017-04-05 17:12:10 +02:00
committed by GitHub
parent 2d79f999d7
commit 146144dcf5

View File

@@ -85,11 +85,13 @@
* CI tests now run with `address` and `leak` sanitizers
* [phrase library..[@/libs/fiber/ Fiber]:]
* (un)bounded_channel<> removed
* #100: ASIO: unbuffered_channel / scheduler notify issue
* #105: skynet variants crash on windows
* #106: Passing a fixed_stack allocator to async/packaged_task doesn't compile
* #110: Compile error on ARMv6
* #111: endless-loop in buffered_channel::try_value_pop()
* (un)bounded_channel<> removed
* #114: buffered_channel::try_push` does not wake fibers in `pop`
* [phrase library..[@/libs/functional/hash/ Hash]:]
* Stop using `std::unary_function` and `std::binary_function` when they're