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

changes for boost.coroutine2

This commit is contained in:
Oliver Kowalke
2018-06-15 09:44:15 +02:00
committed by GitHub
parent ec14d3b192
commit d46243dbd3

View File

@@ -27,6 +27,12 @@
[section Updated Libraries]
* [phrase library..[@/libs/coroutine2/ Coroutine2]:]
* #14: crash while stack unwinding
* #18: some guidance on why to use coroutine2
* #20: failes to compile test in due to the error C2039
* #22: undefined behaviour documentation
* [phrase library..[@/libs/graph/ Graph]:]
* Conditionally replace deprecated/removed C++98 `std::bind1st` by
`std::bind`, `std::auto_ptr` by `std::unique_ptr`, and