From 85c5e21ad40bc976d054175f0586ab239402e459 Mon Sep 17 00:00:00 2001 From: Gregor Jasny Date: Fri, 1 Jan 2016 19:56:06 +0100 Subject: [PATCH] Add known issues in Boost.Container and Boost.TypeTraits --- feed/history/boost_1_60_0.qbk | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/feed/history/boost_1_60_0.qbk b/feed/history/boost_1_60_0.qbk index a3f461a1..c9036748 100644 --- a/feed/history/boost_1_60_0.qbk +++ b/feed/history/boost_1_60_0.qbk @@ -21,6 +21,16 @@ [download_basename boost_1_60_0] [documentation /doc/libs/1_60_0/] +[section Known Issue] + +* Boost.Container contains a build regression with GCC 4.4 ([ticket 11856]). + This is fixed in [@https://github.com/boostorg/container/commit/a4e9686f8a0258bc30f9da2abab65673d6b9bd50 git]. + +* Boost.TypeTraits contains a variable name that conflicts with AssertMacros.h on Apple platforms. + This is fixed in [@https://github.com/boostorg/type_traits/commit/f80cbb0dad16f974815a4ad8208f056ec58c9efc git]. + +[endsect] + [section New Libraries] * [phrase library..[@/libs/vmd/ VMD]:]