mirror of
https://github.com/boostorg/website.git
synced 2026-01-28 19:52:14 +00:00
Add Boost.Exception to the release announcement.
[SVN r49573]
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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]:]
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user