Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49573 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2008-11-03 15:46:05


Author: danieljames
Date: 2008-11-03 15:46:04 EST (Mon, 03 Nov 2008)
New Revision: 49573
URL: http://svn.boost.org/trac/boost/changeset/49573

Log:
Add Boost.Exception to the release announcement.
Text files modified:
   website/public_html/beta/feed/downloads.rss | 17 +++++++++++++++++
   website/public_html/beta/feed/history.rss | 17 +++++++++++++++++
   website/public_html/beta/feed/history/boost_1_37_0.qbk | 6 ++++++
   website/public_html/beta/feed/news.rss | 17 +++++++++++++++++
   4 files changed, 57 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2008-11-03 15:46:04 EST (Mon, 03 Nov 2008)
@@ -88,6 +88,23 @@
         </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>
           <li>

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-11-03 15:46:04 EST (Mon, 03 Nov 2008)
@@ -88,6 +88,23 @@
         </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>
           <li>

Modified: website/public_html/beta/feed/history/boost_1_37_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_37_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_37_0.qbk 2008-11-03 15:46:04 EST (Mon, 03 Nov 2008)
@@ -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]:]

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-11-03 15:46:04 EST (Mon, 03 Nov 2008)
@@ -88,6 +88,23 @@
         </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>
           <li>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk