From 72fdd7548247abe5cc2d56a46c29a0afa2ca29be Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 3 Nov 2008 20:46:04 +0000 Subject: [PATCH] Add Boost.Exception to the release announcement. [SVN r49573] --- feed/downloads.rss | 17 +++++++++++++++++ feed/history.rss | 17 +++++++++++++++++ feed/history/boost_1_37_0.qbk | 6 ++++++ feed/news.rss | 17 +++++++++++++++++ 4 files changed, 57 insertions(+) diff --git a/feed/downloads.rss b/feed/downloads.rss index 434ddb29..d546ba57 100644 --- a/feed/downloads.rss +++ b/feed/downloads.rss @@ -87,6 +87,23 @@ </li> </ul> </li> + <li> + <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span> + <ul> + <li> + Support for non-RTTI builds. + </li> + <li> + Optimizations. + </li> + <li> + A new macro <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code> + which can be used instead of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span></code> + when throwing, to automatically record information about the location + of the throw in the exception object. + </li> + </ul> + </li> <li> <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span> <ul> diff --git a/feed/history.rss b/feed/history.rss index 6ef7ee1e..c786262f 100644 --- a/feed/history.rss +++ b/feed/history.rss @@ -87,6 +87,23 @@ </li> </ul> </li> + <li> + <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span> + <ul> + <li> + Support for non-RTTI builds. + </li> + <li> + Optimizations. + </li> + <li> + A new macro <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code> + which can be used instead of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span></code> + when throwing, to automatically record information about the location + of the throw in the exception object. + </li> + </ul> + </li> <li> <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span> <ul> diff --git a/feed/history/boost_1_37_0.qbk b/feed/history/boost_1_37_0.qbk index 7742b16c..50ce87c5 100644 --- a/feed/history/boost_1_37_0.qbk +++ b/feed/history/boost_1_37_0.qbk @@ -48,6 +48,12 @@ [@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#438 library issue 438], currently in the [^C++0x] working paper). * Improvements to documentation, code examples and implementation. +* [phrase library..[@/libs/exception/index.html Exception]:] + * Support for non-RTTI builds. + * Optimizations. + * A new macro `BOOST_THROW_EXCEPTION` which can be used instead of + `boost::throw_exception` when throwing, to automatically record + information about the location of the throw in the exception object. * [phrase library..[@/libs/functional/hash/index.html Hash]:] * Minor bug fix ([@http://svn.boost.org/trac/boost/ticket/2264 ticket 2264]). * [phrase library..[@/libs/interprocess/index.html Interprocess]:] diff --git a/feed/news.rss b/feed/news.rss index 427de06a..98ed7b75 100644 --- a/feed/news.rss +++ b/feed/news.rss @@ -87,6 +87,23 @@ </li> </ul> </li> + <li> + <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span> + <ul> + <li> + Support for non-RTTI builds. + </li> + <li> + Optimizations. + </li> + <li> + A new macro <code><span class="identifier">BOOST_THROW_EXCEPTION</span></code> + which can be used instead of <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">throw_exception</span></code> + when throwing, to automatically record information about the location + of the throw in the exception object. + </li> + </ul> + </li> <li> <span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span> <ul>