From d46243dbd33711a15918eb5ce7b1093c15fa41ee Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Fri, 15 Jun 2018 09:44:15 +0200 Subject: [PATCH] changes for boost.coroutine2 --- feed/history/boost_1_68_0.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/feed/history/boost_1_68_0.qbk b/feed/history/boost_1_68_0.qbk index 26a1ba1f..fa615cf9 100644 --- a/feed/history/boost_1_68_0.qbk +++ b/feed/history/boost_1_68_0.qbk @@ -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