From b075f9cc155679b5de9e116ea8216f813e51bad2 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Mon, 11 Jul 2016 08:57:53 +0200 Subject: [PATCH] note for fixing coroutine2 --- feed/history/boost_1_62_0.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/feed/history/boost_1_62_0.qbk b/feed/history/boost_1_62_0.qbk index afab74b1..94ce30d9 100644 --- a/feed/history/boost_1_62_0.qbk +++ b/feed/history/boost_1_62_0.qbk @@ -44,6 +44,7 @@ * [phrase library..[@/libs/coroutine2/ Coroutine2]:] * [ticket 12221] coroutine<>::push_type function starts without pushing + * do not swallow exceptions thrown at coroutine<>::push_type construction * [phrase library..[@/libs/functional/forward/ Functional/Forward]:] * Fix C++11 compile error.