From fafc930ff373f78929810e0472cad327a2094bf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ion=20Gazta=C3=B1aga?= Date: Thu, 10 Jan 2013 11:12:03 +0000 Subject: [PATCH] Updated changeset for Boost 1.54 [SVN r82430] --- doc/intrusive.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/intrusive.qbk b/doc/intrusive.qbk index b2bb4f4..83c5721 100644 --- a/doc/intrusive.qbk +++ b/doc/intrusive.qbk @@ -3845,6 +3845,12 @@ to be inserted in intrusive containers are allocated using `std::vector` or `std [section:release_notes Release Notes] +[section:release_notes_boost_1_54_00 Boost 1.54 Release] + +* Added `BOOST_NO_EXCEPTIONS` support (bug [@https://svn.boost.org/trac/boost/ticket/7849 #7849]). + +[endsect] + [section:release_notes_boost_1_53_00 Boost 1.53 Release] * Fixed bugs