|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51087 - in website/public_html/beta: common doc feed feed/history
From: daniel_james_at_[hidden]
Date: 2009-02-08 09:15:03
Author: danieljames
Date: 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
New Revision: 51087
URL: http://svn.boost.org/trac/boost/changeset/51087
Log:
1.38 docs.
Text files modified:
website/public_html/beta/common/menu-doc.html | 5
website/public_html/beta/doc/.htaccess | 4
website/public_html/beta/doc/libraries.php | 2
website/public_html/beta/feed/build.jam | 4
website/public_html/beta/feed/downloads.rss | 742 +++++++++++++++++++++++++++------------
website/public_html/beta/feed/history.rss | 4
website/public_html/beta/feed/history/boost_1_38_0.qbk | 2
website/public_html/beta/feed/news.rss | 4
8 files changed, 518 insertions(+), 249 deletions(-)
Modified: website/public_html/beta/common/menu-doc.html
==============================================================================
--- website/public_html/beta/common/menu-doc.html (original)
+++ website/public_html/beta/common/menu-doc.html 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -9,7 +9,10 @@
<a href="/doc/libs">Libraries <span class="link">></span></a>
<ul>
- <li><a href="/doc/libs/1_37_0">1.37.0 - Current Release <span class=
+ <li><a href="/doc/libs/1_38_0">1.38.0 - Current Release <span class=
+ "link">></span></a></li>
+
+ <li><a href="/doc/libs/1_37_0">1.37.0 <span class=
"link">></span></a></li>
<li><a href="/doc/libs/1_36_0">1.36.0 <span class=
Modified: website/public_html/beta/doc/.htaccess
==============================================================================
--- website/public_html/beta/doc/.htaccess (original)
+++ website/public_html/beta/doc/.htaccess 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -11,8 +11,8 @@
RewriteRule ^html(/.*)?$ libs/release/doc/html$1 [R]
# Redirect from symbolic names to current versions.
-RewriteRule ^libs/release(/.*)?$ libs/1_37_0$1 [R]
-RewriteRule ^libs/development(/.*)?$ libs/1_37_0$1 [R]
+RewriteRule ^libs/release(/.*)?$ libs/1_38_0$1 [R]
+RewriteRule ^libs/development(/.*)?$ libs/1_38_0$1 [R]
#~ # In case we don't get a file looking URI we send it to the index.html file.
#~ # - With some exceptions.
Modified: website/public_html/beta/doc/libraries.php
==============================================================================
--- website/public_html/beta/doc/libraries.php (original)
+++ website/public_html/beta/doc/libraries.php 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -95,7 +95,7 @@
}
else
{
- $docref = '/doc/libs/1_37_0/'.$lib['documentation'];
+ $docref = '/doc/libs/1_38_0/'.$lib['documentation'];
}
print ''.($lib['name'] ? $lib['name'] : $lib['key']).'';
}
Modified: website/public_html/beta/feed/build.jam
==============================================================================
--- website/public_html/beta/feed/build.jam (original)
+++ website/public_html/beta/feed/build.jam 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -58,7 +58,7 @@
path-constant CWD : . ;
-make downloads.rss : [ glob-rss history/boost_1_37_0 downloads/* ]
+make downloads.rss : [ glob-rss history/boost_1_38_0 downloads/* ]
: @rss :
<title>"Boost Downloads"
<uri>"http://www.boost.org/feed/download.rss"
@@ -79,7 +79,7 @@
: [ set.difference
[ glob-rss news/* history/* ] :
## Uncomment the following line out to hide the item from the result.
- #~ [ glob-rss history/boost_1_37_0 ]
+ #~ [ glob-rss history/boost_1_38_0 ]
]
: @rss :
<title>"Boost News"
Modified: website/public_html/beta/feed/downloads.rss
Modified: website/public_html/beta/feed/history.rss
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
Modified: website/public_html/beta/feed/news.rss
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
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -6,226 +6,145 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Boost Jam 3.1.17</title><pubDate>Sat, 29 Nov 2008 04:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- A year in the making this release has many stability improvements and various
- performance improvements. And because of the efforts of Jurko the code is considerably
- more readable!
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=643622><description><div class="description">
-
- <p>
- A year in the making this release has many stability improvements and various
- performance improvements. And because of the efforts of Jurko the code is considerably
- more readable!
- </p>
- <p>
- <ul><li>Reflect the results of calling bjam from Python. -- <em>Rene R.</em>
- </li>
- <li>For building on Windows: Rework how arguments are parsed and tested to fix handling
- of quoted arguments, options arguments, and arguments with &quot;=&quot;. --
- <em>Rene R.</em> </li>
- <li>Try to work around at least one compiler bug with
- GCC and variable aliasing that causes crashes with hashing file cache entries.
- -- <em>Rene R.</em> </li>
- <li>Add -Wc,-fno-strict-aliasing for QCC/QNX to avoid
- the same aliasing crashes as in the general GCC 4.x series (thanks to Niklas
- Angare for the fix). -- <em>Rene R.</em> </li>
- <li>On Windows let the child
- bjam commands inherit stdin, as some commands assume it's available. -- <em>Rene
- R.</em> </li>
- <li>On Windows don't limit bjam output to ASCII as some tools output
- characters in extended character sets. -- <em>Rene R.</em> </li>
- <li>Isolate
- running of bjam tests to individual bjam instances to prevent possible spillover
- errors from one test affecting another test. Separate the bjam used to run the
- tests vs. the bjam being tested. And add automatic re-building of the bjam being
- tested. -- <em>Rene R.</em> </li>
- <li>Fix some possible overrun issues revealed
- by Fortify build. Thanks to Steven Robbins for pointing out the issues. -- <em>Rene
- R.</em> </li>
- <li>Handle \n and \r escape sequences. -- <em>Vladimir P.</em>
- </li>
- <li>Minor edits to remove -Wall warnings. -- <em>Rene R.</em> </li>
- <li>Dynamically
- adjust pwd buffer query size to allow for when PATH_MAX is default defined instead
- of being provided by the system C library. -- <em>Rene R.</em> </li>
- <li>Minor
- perf improvement for bjam by replacing hash function with faster version. Only
- 1% diff for Boost tree. -- <em>Rene R.</em> </li>
- <li>Updated Boost Jam's error
- location reporting when parsing Jamfiles. Now it reports the correct error location
- information when encountering an unexpected EOF. It now also reports where an
- invalid lexical token being read started instead of finished which makes it much
- easier to find errors like unclosed quotes or curly braces. -- <em>Jurko
- G.</em> </li>
- <li>Removed the -xarch=generic architecture from build.jam as this
- option is unknown so the Sun compilers on Linux. -- <em>Noel B.</em>
- </li>
- <li>Fixed a bug with T_FATE_ISTMP getting reported as T_FATE_ISTMP &amp; T_FATE_NEEDTMP
- at the same time due to a missing break in a switch statement. -- <em>Jurko
- G.</em> </li>
- <li>Fixed a Boost Jam bug causing it to sometimes trigger actions depending
- on targets that have not been built yet. -- <em>Jurko G.</em> </li>
- <li>Added
- missing documentation for Boost Jam's :T variable expansion modifier which converts
- all back-slashes ('\') to forward slashed ('/'). -- <em>Jurko G.</em>
- </li>
- <li>Added Boost Jam support for executing command lines longer than 2047 characters
- (up to 8191) characters when running on Windows XP or later OS version. -- <em>Jurko
- G.</em> </li>
- <li>Fixed a Boost Jam bug on Windows causing its SHELL command not
- to work correctly with some commands containing quotes. -- <em>Jurko G.</em>
- </li>
- <li>Corrected a potential memory leak in Boost Jam's builtin_shell() function that
- would appear should Boost Jam ever start to release its allocated string objects.
- -- <em>Jurko G.</em> </li>
- <li>Made all Boost Jam's ECHO commands automatically
- flush the standard output to make that output more promptly displayed to the
- user. -- <em>Jurko G.</em> </li>
- <li>Made Boost Jam tests quote their bjam
- executable name when calling it allowing those executables to contain spaces
- in their name and/or path. -- <em>Jurko G.</em> </li>
- <li>Change execunix.c
- to always use fork() instead of vfork() on the Mac. This works around known issues
- with bjam on PPC under Tiger and a problem reported by Rene with bjam on x86
- under Leopard. -- <em>Noel B.</em> </li>
- <li>Corrected a bug in Boost Jam's
- base Jambase script causing it to trim the error message displayed when its boost-build
- rule gets called multiple times. -- <em>Jurko G.</em> </li>
- <li>When importing
- from Python into an module with empty string as name, import into root module.
- -- <em>Vladimir P.</em> </li>
- <li>Patch for the NORMALIZE_PATH builtin Boost
- Jam rule as well as an appropriate update for the path.jam Boost Build module
- where that rule was being used to implement path join and related operations.
- -- <em>Jurko G.</em> </li>
- <li>Fixed a bug causing Boost Jam not to handle
- target file names specified as both short and long file names correctly. --
- <em>Jurko G.</em> </li>
- <li>Relaxed test, ignoring case of drive letter. --
- <em>Roland S.</em> </li>
- <li>Implemented a patch contributed by Igor Nazarenko
- reimplementing the list_sort() function to use a C qsort() function instead of
- a hand-crafted merge-sort algorithm. Makes some list sortings (e.g. 1,2,1,2,1,2,1,2,
- ...) extremely faster, in turn significantly speeding up some project builds.
- -- <em>Jurko G.</em> </li>
- <li>Fixed a bug with bjam not handling the '' root
- Windows path correctly without its drive letter being specified. -- <em>Jurko
- G.</em> </li>
- <li>Solved the problem with child process returning the value 259 (Windows
- constant STILL_ACTIVE) causing bjam never to detect that it exited and therefore
- keep running in an endless loop. -- <em>Jurko G.</em> </li>
- <li>Solved the
- problem with bjam going into an active wait state, hogging up processor resources,
- when waiting for one of its child processes to terminate while not all of its
- available child process slots are being used. -- <em>Jurko G.</em>
- </li>
- <li>Solved a race condition between bjam's output reading/child process termination
- detection and the child process's output generation/termination which could have
- caused bjam not to collect the terminated process's final output. -- <em>Jurko
- G.</em> </li>
- <li>Change from vfork to fork for executing actions on Darwin to improve
- stability. -- <em>Noel B.</em> </li>
- <li>Code reformatting and cleanups. --
- <em>Jurko G.</em> </li>
- <li>Implement ISFILE built-in. -- <em>Vladimir
- P.</em> </li>
-</ul>
- </p>
-</div></description></item><item><title>Version 1.37.0</title><pubDate>Mon, 03 Nov 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- New Library: Proto. Updated Libraries: Asio, Circular Buffer, Dynamic Bitset,
- Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
- </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=637761><description><div class="description">
-
- <div id="version_1_37_0.new_libraries">
+ <item><title>Version 1.38.0</title><pubDate>Sun, 08 Feb 2009</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
+ Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
+ Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
+ Other Changes: Experimental CMake build system.
+ </span></span></boostbook:purpose><description><div class="description">
+ <div id="version_1_38_0.new_libraries">
<h3><span class="link">New Libraries</span></h3>
<ul>
<li>
- <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+ <span class="library"><a href="/libs/flyweight/index.html">Flyweight</a>:</span>
<ul>
<li>
- Expression template library and compiler construction toolkit for domain-specific
- embedded languages, from Eric Niebler.
+ Design pattern to manage large quantities of highly redundant objects,
+ from JoaquÃn M López Muñoz.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/scope_exit/doc/html/index.html">ScopeExit</a>:</span>
+ <ul>
+ <li>
+ Execute arbitrary code at scope exit, from Alexander Nasonov.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/utility/swap.html">Swap</a>:</span>
+ <ul>
+ <li>
+ Enhanced generic swap function, from Joseph Gauterin.
</li>
</ul>
</li>
</ul>
</div>
- <div id="version_1_37_0.updated_libraries">
+ <div id="version_1_38_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
- <span class="library"><a href="/libs/asio/index.html">Asio</a>:</span>
+ <span class="library"><a href="/doc/html/any.html">Any</a>:</span>
+ <ul>
+ <li>
+ Use a by-value argument for <code><span class="keyword">operator</span><span class="special">=</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/2311">#2311</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
<ul>
<li>
- Enhanced CompletionCondition concept with the signature <code><span class="identifier">size_t</span> <span class="identifier">CompletionCondition</span><span class="special">(</span><span class="identifier">error_code</span>
- <span class="identifier">ec</span><span class="special">,</span>
- <span class="identifier">size_t</span> <span class="identifier">total</span><span class="special">)</span></code>, where the return value indicates the
- maximum number of bytes to be transferred on the next read or write operation.
- (The old CompletionCondition signature is still supported for backwards
- compatibility).
+ Add <code><span class="identifier">rolling_sum</span></code>, <code><span class="identifier">rolling_count</span></code> and <code><span class="identifier">rolling_mean</span></code>
+ accumulators.
</li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/config/index.html">Config</a>:</span>
+ <ul>
<li>
- New windows::overlapped_ptr class to allow arbitrary overlapped I/O functions
- (such as TransmitFile) to be used with Asio.
+ Add new macros BOOST_NO_STD_UNORDERED and BOOST_NO_INITIALIZER_LISTS.
</li>
<li>
- On recent versions of Linux, an eventfd descriptor is now used (rather
- than a pipe) to interrupt a blocked select/epoll reactor.
+ Added Codegear compiler support.
</li>
<li>
- Added const overloads of lowest_layer().
+ Added Dragonfly to the BSD family of configs.
</li>
<li>
- Synchronous read, write, accept and connect operations are now thread
- safe (meaning that it is now permitted to perform concurrent synchronous
- operations on an individual socket, if supported by the OS).
+ Updated MSVC's binary ABI settings to match compiler default when doing
+ 64-bit builds.
</li>
<li>
- Reactor-based io_service implementations now use lazy initialisation
- to reduce the memory usage of an io_service object used only as a message
- queue.
+ Recognise latest compilers from MS and Intel.
</li>
</ul>
</li>
<li>
- <span class="library"><a href="/libs/circular_buffer/index.html">Circular Buffer</a>:</span>
+ <span class="library"><a href="/libs/date_time/index.html">Date_Time</a>:</span>
<ul>
<li>
- Added new methods <code><span class="identifier">is_linearized</span><span class="special">()</span></code> and <code><span class="identifier">rotate</span><span class="special">(</span><span class="identifier">const_iterator</span><span class="special">)</span></code>.
+ Added support for formatting and reading time durations longer than 24
+ hours with new formatter: <code><span class="special">%</span><span class="number">0</span></code>.
+ </li>
+ <li>
+ Removed the <code><span class="identifier">testfrmwk</span><span class="special">.</span><span class="identifier">hpp</span></code>
+ file from the public include directory.
+ </li>
+ <li>
+ Fixed several bugs and compile errors.
+ </li>
+ <li>
+ For full details see the <a href="/doc/libs/1_38_0/doc/html/date_time/details.html#date_time.changes">change
+ history</a>
</li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span>
+ <ul>
<li>
- Minor bug fixes and documentation updates.
+ Improved and more customizable <a href="/libs/exception/doc/diagnostic_information.html">diagnostic_information</a>
+ output.
</li>
</ul>
</li>
<li>
- <span class="library"><a href="/libs/dynamic_bitset/">Dynamic Bitset</a>:</span>
+ <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
<ul>
<li>
- Constructor &quot;do the right thing&quot; dispatch, a la standard sequence
- containers (follows the proposed resolution of <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#438">library
- issue 438</a>, currently in the <tt>C++0x</tt> working
- paper).
+ Fix native(name) test failures on POSIX-like systems.
</li>
<li>
- Improvements to documentation, code examples and implementation.
+ Several bugfixes (<a href="https://svn.boost.org/trac/boost/ticket/2543">#2543</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2224">#2224</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2531">#2531</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1840">#1840</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2542">#2542</a>).
</li>
</ul>
</li>
<li>
- <span class="library"><a href="/libs/exception/index.html">Exception</a>:</span>
+ <span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
<ul>
<li>
- Support for non-RTTI builds.
+ Added a new algorithms for Traveling Salesman Problem approximation (<code><span class="identifier">metric_tsp_approx</span></code>) and resource-constrained
+ Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
</li>
<li>
- Optimizations.
+ Support for named vertices in <code><span class="identifier">adjacency_list</span></code>.
</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.
+ A number of bugfixes ( <a href="https://svn.boost.org/trac/boost/ticket/416">#416</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1622">#1622</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1700">#1700</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2209">#2209</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2392">#2392</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2460">#2460</a>,
+ and <a href="https://svn.boost.org/trac/boost/ticket/2550">#2550</a>)
</li>
</ul>
</li>
@@ -233,8 +152,11 @@
<span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
<ul>
<li>
- Minor bug fix (<a href="http://svn.boost.org/trac/boost/ticket/2264">ticket
- 2264</a>).
+ <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">functional</span><span class="special">/</span><span class="identifier">detail</span><span class="special">/</span><span class="identifier">container_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code> has been moved to <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">detail</span><span class="special">/</span><span class="identifier">container_fwd</span><span class="special">.</span><span class="identifier">hpp</span></code>. The current location is d
eprecated.
+ </li>
+ <li>
+ For more detail, see the <a href="/doc/html/hash/changes.html#hash.changes.boost_1_38_0">library
+ changelog</a>.
</li>
</ul>
</li>
@@ -242,13 +164,22 @@
<span class="library"><a href="/libs/interprocess/index.html">Interprocess</a>:</span>
<ul>
<li>
- Added placement insertion (<code><span class="identifier">emplace</span><span class="special">()</span></code>, <code><span class="identifier">emplace_back</span><span class="special">()</span></code>...) methods to containers.
+ Updated documentation to show rvalue-references funcions instead of emulation
+ functions.
+ </li>
+ <li>
+ More non-copyable classes are now movable.
</li>
<li>
- Containers can be used now in recursive types.
+ Move-constructor and assignments now leave moved object in default-constructed
+ state instead of just swapping contents.
</li>
<li>
- Minor bug fixes.
+ Several bugfixes (<a href="https://svn.boost.org/trac/boost/ticket/2391">#2391</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2431">#2431</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1390">#1390</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2570">#2570</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2528">#2528</a>).
</li>
</ul>
</li>
@@ -256,166 +187,501 @@
<span class="library"><a href="/libs/intrusive/index.html">Intrusive</a>:</span>
<ul>
<li>
- Intrusive now takes advantage of compilers with variadic templates.
+ New treap-based containers: treap, treap_set, treap_multiset.
</li>
<li>
- <code><span class="identifier">clone_from</span></code> functions
- now copy predicates and hash functions of associative containers.
+ Corrected compilation bug for Windows-based 64 bit compilers.
</li>
<li>
- Added incremental hashing to unordered containers via <code><span class="identifier">incremental</span><span class="special">&lt;&gt;</span></code> option.
+ Corrected exception-safety bugs in container constructors.
</li>
<li>
- Minor bug fixes.
+ Updated documentation to show rvalue-references funcions instead of emulation
+ functions.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/conversion/lexical_cast.htm">Lexical Cast</a>:</span>
+ <ul>
+ <li>
+ Changed to work without RTTI when <code><span class="identifier">BOOST_NO_TYPEID</span></code>
+ is defined (<a href="https://svn.boost.org/trac/boost/ticket/1220">#1220</a>).
</li>
</ul>
</li>
<li>
- <span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math.Special
- Functions</a>:</span>
- Improved accuracy and testing of the inverse hypergeometric
- functions.
+ <span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Math</a>:</span>
+ <ul>
+ <li>
+ Added Johan RÃ¥de's optimised floating point classification routines.
+ </li>
+ <li>
+ Fixed code so that it compiles in GCC's -pedantic mode (bug report <a href="https://svn.boost.org/trac/boost/ticket/1451">#1451</a>).
+ </li>
+ </ul>
</li>
<li>
- <span class="library"><a href="/libs/type_traits/index.html">Type Traits</a>:</span>
- Added
- better support for the Codegear compiler.
+ <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
+ Some
+ redundant type definitions have been deprecated. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_38">release notes</a>
+ for further information.
</li>
<li>
- <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
<ul>
<li>
- Rename overload of <code><span class="identifier">emplace</span></code>
- with hint, to <code><span class="identifier">emplace_hint</span></code>
- as specified in <a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf">n2691</a>.
+ Fix problem with SFINAE of binary operators (Bug <a href="https://svn.boost.org/trac/boost/ticket/2407">2407</a>).
+ </li>
+ <li>
+ Fix <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">call</span></code> transform for callable transforms
+ with &gt;3 arguments.
+ </li>
+ <li>
+ <code><span class="identifier">result_of</span><span class="special">::</span><span class="identifier">value</span></code> changed behavior for array-by-value
+ terminals.
+ </li>
+ <li>
+ <code><span class="identifier">unpack_expr</span></code> requires
+ only Forward Sequences rather than Random Access Sequences.
+ </li>
+ <li>
+ Deprecate legacy undocumented <code><span class="identifier">BOOST_PROTO_DEFINE_</span><span class="special">(</span><span class="identifier">VARARG_</span><span class="special">)</span><span class="identifier">FUNCTION_TEMPLATE</span></code>
+ macros.
+ </li>
+ <li>
+ Add <code><span class="identifier">BOOST_PROTO_REPEAT</span></code>
+ and <code><span class="identifier">BOOST_PROTO_LOCAL_ITERATE</span></code>
+ macros to help with repetitive code generation
</li>
<li>
- Provide forwarding headers at <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">unordered</span><span class="special">/</span><span class="identifier">unordered_map_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>
- and <code><span class="special">&lt;</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">unordered</span><span class="special">/</span><span class="identifier">unordered_set_fwd</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">&gt;</span></code>.
+ Support for nullary expressions with tag types other than <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">tag</span><span class="special">::</span><span class="identifier">terminal</span></code>
</li>
<li>
- Move all of the implementation inside the <code><span class="identifier">boost</span><span class="special">/</span><span class="identifier">unordered</span></code>
- directory.
+ Allow 0- and 1-argument variants of <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">or_</span></code>
+ and <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">and_</span></code>
</li>
</ul>
</li>
- </ul>
- </div>
- <div id="version_1_37_0.compilers_tested">
- <h3><span class="link">Compilers Tested</span></h3>
- <p>
- Boost's primary test compilers are:
- </p>
- <ul>
<li>
- GCC 4.01 on Mac OS X 10.4.10 with both Intel and Power PC
+ <span class="library"><a href="/libs/regex/index.html">Regex</a>:</span>
+ <ul>
+ <li>
+ <em>Breaking change</em>: empty expressions,
+ and empty alternatives are now allowed when using the Perl regular expression
+ syntax. This change has been added for Perl compatibility, when the new
+ <code><span class="identifier">syntax_option_type</span></code> <em>no_empty_expressions</em>
+ is set then the old behaviour is preserved and empty expressions are
+ prohibited. This is issue <a href="https://svn.boost.org/trac/boost/ticket/1081">#1081</a>.
+ </li>
+ <li>
+ Added support for Perl style ${n} expressions in format strings (issue
+ <a href="https://svn.boost.org/trac/boost/ticket/2556">#2556</a>).
+ </li>
+ <li>
+ Added support for accessing the location of sub-expressions within the
+ regular expression string (issue <a href="https://svn.boost.org/trac/boost/ticket/2269">#2269</a>).
+ </li>
+ <li>
+ Fixed compiler compatibility issues <a href="https://svn.boost.org/trac/boost/ticket/2244">#2244</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2514">#2514</a>,
+ and <a href="https://svn.boost.org/trac/boost/ticket/2244">#2458</a>.
+ </li>
+ </ul>
</li>
<li>
- GCC 4.2.4 on Ubuntu Linux 8.10
+ <span class="library"><a href="/doc/html/thread.html">Thread</a>:</span>
+ <ul>
+ <li>
+ No longer catches unhandled exceptions in threads as this debuggers couldn't
+ identify the cause of unhandled exceptions in threads. An unhandled exception
+ will still cause the application to terminate.
+ </li>
+ </ul>
</li>
<li>
- GCC 4.3.2 on Debian Sid
+ <span class="library"><a href="/libs/tr1/index.html">TR1</a>:</span>
+ <ul>
+ <li>
+ Added support for the TR1 math functions and the unordered containers.
+ </li>
+ </ul>
</li>
<li>
- GCC 4.2.1 on HP-UX Integrity
+ <span class="library"><a href="/libs/type_traits/index.html">Type Traits</a>:</span>
+ <ul>
+ <li>
+ Added support for Codegear intrinsics.
+ </li>
+ <li>
+ Minor tweaks to warning suppression and alignment_of code.
+ </li>
+ </ul>
</li>
<li>
- HP C/aC++ B3910B A.06.17 on HP-UX 64-bit
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ <ul>
+ <li>
+ Use <a href="/libs/utility/swap.html"><code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">swap</span></code></a>.
+ </li>
+ <li>
+ Use a larger prime number list for selecting the number of buckets.
+ </li>
+ <li>
+ Use <a href="/libs/type_traits/doc/html/boost_typetraits/category/alignment.html">aligned
+ storage</a> to store the types.
+ </li>
+ <li>
+ Add support for C++0x initializer lists where they're available.
+ </li>
+ <li>
+ For more detail, see the <a href="/doc/html/unordered/changes.html#unordered.changes.boost_1_38_0">library
+ changelog</a>.
+ </li>
+ </ul>
</li>
<li>
- Visual C++ 9.0 SP1, 8.0, and 7.1 SP1, all on Windows XP
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ <ul>
+ <li>
+ <code><span class="identifier">basic_regex</span></code> gets nested
+ <code><span class="identifier">syntax_option_flags</span></code> and
+ <code><span class="identifier">value_type</span></code> typedef, for
+ compatibility with <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_regex</span></code>
+ </li>
+ <li>
+ Ported to Proto v4; Proto v2 at <tt>boost/xpressive/proto</tt>
+ has been removed.
+ </li>
+ <li>
+ <code><span class="identifier">regex_error</span></code> inherits
+ from <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">exception</span></code>
+ </li>
+ </ul>
</li>
</ul>
- <p>
- Boost's additional test compilers include:
- </p>
+ </div>
+ <div id="version_1_38_0.other_changes">
+ <h3><span class="link">Other Changes</span></h3>
<ul>
<li>
- GCC 4.1.2 on NetBSD
+ Experimental support for building Boost with <a href="http://www.cmake.org/">CMake</a>
+ has been introduced in this version. For more details see the <a href="https://svn.boost.org/trac/boost/wiki/CMake">wiki</a>,
+ Discussion is taking place on the <a href="http://lists.boost.org/mailman/listinfo.cgi/boost-cmake">Boost-cmake
+ mailing list</a>.
</li>
<li>
- HP aCC on OS: HP-UX B.11.31 U ia64 and HP-UX B.11.31 9000/800 RISC
+ Fixed subversion properties for several files. Most notably, unix shell scripts
+ should alway have unix line endings, even in the windows packages.
</li>
+ </ul>
+ </div>
+ <div id="version_1_38_0.compilers_tested">
+ <h3><span class="link">Compilers Tested</span></h3>
+ <p>
+ Boost's primary test compilers are:
+ </p>
+ <ul>
<li>
- IBM XL C/C++ Enterprise Edition for AIX, V10.1.0.0, on AIX Version 5.3.0.40
+ OS X:
+ <ul>
+ <li>
+ GCC 4.0.1 on Intel OS X 10.4.10, 10.5.2
+ </li>
+ <li>
+ GCC 4.0.1 on PowerPC OS X 10.4.9
+ </li>
+ </ul>
</li>
<li>
- Intel 9.1, 10.0, and 10.1, on Mac OS X 10.4.10
+ Linux:
+ <ul>
+ <li>
+ GCC 4.3.2 on Ubuntu Linux.
+ </li>
+ <li>
+ GCC 4.3.3 on Debian &quot;unstable&quot;.
+ </li>
+ </ul>
</li>
<li>
- Compaq C++ V7.1-006 for Compaq Tru64 Unix on an OSF1 V5.1 platform.
+ HP-UX:
+ <ul>
+ <li>
+ GCC 4.2.1 on HP-UX 64-bit.
+ </li>
+ <li>
+ HP C/aC++ B3910B A.06.17 on HP-UX 64-bit.
+ </li>
+ </ul>
</li>
<li>
- Sun C++ 5.7, 5.8, 5.9 and GCC 3.4.6 on Sun Solaris 5.10.
+ Windows:
+ <ul>
+ <li>
+ Visual C++ 7.1 SP1, 8.0 SP1 and 9.0 SP1 on Windows XP.
+ </li>
+ </ul>
</li>
+ </ul>
+ <p>
+ Boost's additional test compilers include:
+ </p>
+ <ul>
<li>
- On Linux:
+ Linux:
<ul>
<li>
- GCC 3.4.3, 4.0.1, 4.2.1, 4.2.4, 4.3.2.
+ GCC 4.1.1, 4.2.1 on 64-bit Red Hat Enterprise Linux
</li>
<li>
- GCC 4.3.2 with C++0x extensions.
+ GCC 4.1.2 on 64-bit Redhat Server 5.1
</li>
<li>
- GCC 4.1.1, 4.2.1 on 64 bit linux.
+ GCC 3.4.3, GCC 4.0.1, GCC 4.2.4 and GCC 4.3.2 on Red Hat Enterprise Linux
</li>
<li>
- Intel C++ 8.1, 9.0, 9.1 and 10.0
+ GCC 4.3.2 with C++0x extensions
</li>
<li>
- QLogic PathScale(TM) Compiler Suite: Version 3.1
+ GCC 4.2.1 on OpenSuSE Linux
</li>
<li>
- Sun Compiler 5.9, 5.10 with stdcxx
+ pgCC 8.0-0a 64-bit target on Red Hat Enterprise Linux
+ </li>
+ <li>
+ QLogic PathScale(TM) Compiler Suite: Version 3.1 on Red Hat Enterprise
+ Linux
+ </li>
+ </ul>
+ </li>
+ <li>
+ OS X:
+ <ul>
+ <li>
+ Intel 9.1, 10.0 on OS X 10.4.10
+ </li>
+ <li>
+ Intel 10.1, 11.0 on OS X 10.5.2
</li>
</ul>
</li>
<li>
- On Windows:
+ Windows:
<ul>
<li>
- Several testers using Visual C++ 7.1, 8.0, 9.0 and 10.0
+ Visual C++ 9.0 on Vista EE 64-bit.
+ </li>
+ <li>
+ Visual C++ 9.0 express on Vista 32-bit.
+ </li>
+ <li>
+ Visual C++ 9.0 on XP 32-bit.
</li>
<li>
- Visual C++ 7.1 with Apache C++ Standard Library 4.2.x branch.
+ Visual C++ 8.0, using STLport, on XP and Windows Mobile 5.0
</li>
<li>
- Visual C++ 8.0 with STLport 5.1
+ Visual C++ 7.1, using STLport, on XP
</li>
<li>
- Visual C++ 8.0 with STLport 5.1 cross-compiling for Windows Mobile 5.0
- Pocket PC SDK (ARMV4I).
+ Borland 5.9.3
</li>
<li>
- Intel 10.1, with Visual C++ 9 backend.
+ Borland 6.1.0
+ </li>
+ <li>
+ Intel C++ 11.0, with a Visual C++ 9.0 backend, on XP 32-bit.
+ </li>
+ <li>
+ Intel C++ 11.0, with a Visual C++ 9.0 backend, on Vista 64-bit.
+ </li>
+ <li>
+ Comeau 4.3.10.1 beta 2, with a Visual C++ 9.0 backend.
+ </li>
+ <li>
+ GCC 3.4.4, on Cygwin
+ </li>
+ </ul>
+ </li>
+ <li>
+ AIX:
+ <ul>
+ <li>
+ IBM XL C/C++ Enterprise Edition for AIX, V10.1.0.0, on AIX Version 5.3.0.40
</li>
+ </ul>
+ </li>
+ <li>
+ FreeBSD:
+ <ul>
<li>
- Borland 5.9.3 and 6.10.0
+ GCC 4.2.1 on FreeBSD 7.
</li>
+ </ul>
+ </li>
+ <li>
+ NetBSD:
+ <ul>
<li>
- 64 bit Intel 10.1, with Visual C++ 9 backend.
+ GCC 4.1.2 on NetBSD 4.0/i386 and NetBSD 4.0/amd64.
</li>
+ </ul>
+ </li>
+ <li>
+ QNX:
+ <ul>
<li>
- 64 bit Visual C++ 9.0.
+ QNX Software Development Platform 6.4.0 x86
</li>
+ </ul>
+ </li>
+ <li>
+ Solaris:
+ <ul>
<li>
- 64-bit Visual C++ 9.0 with Apache C++ Standard Library 4.2.x branch.
+ Sun C++ 5.7, 5.8, 5.9 on Solaris 5.10
</li>
<li>
- Comeau C++ 4.3.10.1 beta 2, with Visual C++ 9 backend.
+ GCC 3.4.6 on Solaris 5.10
</li>
</ul>
</li>
</ul>
</div>
- <div id="version_1_37_0.acknowledgements">
+ <div id="version_1_38_0.acknowledgements">
<h3><span class="link">Acknowledgements</span></h3>
<p>
<a href="/users/people/beman_dawes.html">Beman Dawes</a>, Eric Niebler,
<a href="/users/people/rene_rivera.html">Rene Rivera</a>, and Daniel
- James managed this release.
+ James managed this release. Thanks to Vicente Botet for helping compile these
+ release notes.
</p>
</div>
+</div></description></item><item><title>Boost Jam 3.1.17</title><pubDate>Sat, 29 Nov 2008 04:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ A year in the making this release has many stability improvements and various
+ performance improvements. And because of the efforts of Jurko the code is considerably
+ more readable!
+ </span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=72941&release_id=643622><description><div class="description">
+
+ <p>
+ A year in the making this release has many stability improvements and various
+ performance improvements. And because of the efforts of Jurko the code is considerably
+ more readable!
+ </p>
+ <p>
+ <ul><li>Reflect the results of calling bjam from Python. -- <em>Rene R.</em>
+ </li>
+ <li>For building on Windows: Rework how arguments are parsed and tested to fix handling
+ of quoted arguments, options arguments, and arguments with &quot;=&quot;. --
+ <em>Rene R.</em> </li>
+ <li>Try to work around at least one compiler bug with
+ GCC and variable aliasing that causes crashes with hashing file cache entries.
+ -- <em>Rene R.</em> </li>
+ <li>Add -Wc,-fno-strict-aliasing for QCC/QNX to avoid
+ the same aliasing crashes as in the general GCC 4.x series (thanks to Niklas
+ Angare for the fix). -- <em>Rene R.</em> </li>
+ <li>On Windows let the child
+ bjam commands inherit stdin, as some commands assume it's available. -- <em>Rene
+ R.</em> </li>
+ <li>On Windows don't limit bjam output to ASCII as some tools output
+ characters in extended character sets. -- <em>Rene R.</em> </li>
+ <li>Isolate
+ running of bjam tests to individual bjam instances to prevent possible spillover
+ errors from one test affecting another test. Separate the bjam used to run the
+ tests vs. the bjam being tested. And add automatic re-building of the bjam being
+ tested. -- <em>Rene R.</em> </li>
+ <li>Fix some possible overrun issues revealed
+ by Fortify build. Thanks to Steven Robbins for pointing out the issues. -- <em>Rene
+ R.</em> </li>
+ <li>Handle \n and \r escape sequences. -- <em>Vladimir P.</em>
+ </li>
+ <li>Minor edits to remove -Wall warnings. -- <em>Rene R.</em> </li>
+ <li>Dynamically
+ adjust pwd buffer query size to allow for when PATH_MAX is default defined instead
+ of being provided by the system C library. -- <em>Rene R.</em> </li>
+ <li>Minor
+ perf improvement for bjam by replacing hash function with faster version. Only
+ 1% diff for Boost tree. -- <em>Rene R.</em> </li>
+ <li>Updated Boost Jam's error
+ location reporting when parsing Jamfiles. Now it reports the correct error location
+ information when encountering an unexpected EOF. It now also reports where an
+ invalid lexical token being read started instead of finished which makes it much
+ easier to find errors like unclosed quotes or curly braces. -- <em>Jurko
+ G.</em> </li>
+ <li>Removed the -xarch=generic architecture from build.jam as this
+ option is unknown so the Sun compilers on Linux. -- <em>Noel B.</em>
+ </li>
+ <li>Fixed a bug with T_FATE_ISTMP getting reported as T_FATE_ISTMP &amp; T_FATE_NEEDTMP
+ at the same time due to a missing break in a switch statement. -- <em>Jurko
+ G.</em> </li>
+ <li>Fixed a Boost Jam bug causing it to sometimes trigger actions depending
+ on targets that have not been built yet. -- <em>Jurko G.</em> </li>
+ <li>Added
+ missing documentation for Boost Jam's :T variable expansion modifier which converts
+ all back-slashes ('\') to forward slashed ('/'). -- <em>Jurko G.</em>
+ </li>
+ <li>Added Boost Jam support for executing command lines longer than 2047 characters
+ (up to 8191) characters when running on Windows XP or later OS version. -- <em>Jurko
+ G.</em> </li>
+ <li>Fixed a Boost Jam bug on Windows causing its SHELL command not
+ to work correctly with some commands containing quotes. -- <em>Jurko G.</em>
+ </li>
+ <li>Corrected a potential memory leak in Boost Jam's builtin_shell() function that
+ would appear should Boost Jam ever start to release its allocated string objects.
+ -- <em>Jurko G.</em> </li>
+ <li>Made all Boost Jam's ECHO commands automatically
+ flush the standard output to make that output more promptly displayed to the
+ user. -- <em>Jurko G.</em> </li>
+ <li>Made Boost Jam tests quote their bjam
+ executable name when calling it allowing those executables to contain spaces
+ in their name and/or path. -- <em>Jurko G.</em> </li>
+ <li>Change execunix.c
+ to always use fork() instead of vfork() on the Mac. This works around known issues
+ with bjam on PPC under Tiger and a problem reported by Rene with bjam on x86
+ under Leopard. -- <em>Noel B.</em> </li>
+ <li>Corrected a bug in Boost Jam's
+ base Jambase script causing it to trim the error message displayed when its boost-build
+ rule gets called multiple times. -- <em>Jurko G.</em> </li>
+ <li>When importing
+ from Python into an module with empty string as name, import into root module.
+ -- <em>Vladimir P.</em> </li>
+ <li>Patch for the NORMALIZE_PATH builtin Boost
+ Jam rule as well as an appropriate update for the path.jam Boost Build module
+ where that rule was being used to implement path join and related operations.
+ -- <em>Jurko G.</em> </li>
+ <li>Fixed a bug causing Boost Jam not to handle
+ target file names specified as both short and long file names correctly. --
+ <em>Jurko G.</em> </li>
+ <li>Relaxed test, ignoring case of drive letter. --
+ <em>Roland S.</em> </li>
+ <li>Implemented a patch contributed by Igor Nazarenko
+ reimplementing the list_sort() function to use a C qsort() function instead of
+ a hand-crafted merge-sort algorithm. Makes some list sortings (e.g. 1,2,1,2,1,2,1,2,
+ ...) extremely faster, in turn significantly speeding up some project builds.
+ -- <em>Jurko G.</em> </li>
+ <li>Fixed a bug with bjam not handling the '' root
+ Windows path correctly without its drive letter being specified. -- <em>Jurko
+ G.</em> </li>
+ <li>Solved the problem with child process returning the value 259 (Windows
+ constant STILL_ACTIVE) causing bjam never to detect that it exited and therefore
+ keep running in an endless loop. -- <em>Jurko G.</em> </li>
+ <li>Solved the
+ problem with bjam going into an active wait state, hogging up processor resources,
+ when waiting for one of its child processes to terminate while not all of its
+ available child process slots are being used. -- <em>Jurko G.</em>
+ </li>
+ <li>Solved a race condition between bjam's output reading/child process termination
+ detection and the child process's output generation/termination which could have
+ caused bjam not to collect the terminated process's final output. -- <em>Jurko
+ G.</em> </li>
+ <li>Change from vfork to fork for executing actions on Darwin to improve
+ stability. -- <em>Noel B.</em> </li>
+ <li>Code reformatting and cleanups. --
+ <em>Jurko G.</em> </li>
+ <li>Implement ISFILE built-in. -- <em>Vladimir
+ P.</em> </li>
+</ul>
+ </p>
</div></description></item></channel>
</rss>
\ No newline at end of file
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -6,7 +6,7 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:43:34 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>Sun, 08 Feb 2009</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
@@ -206,7 +206,7 @@
<ul>
<li>
Changed to work without RTTI when <code><span class="identifier">BOOST_NO_TYPEID</span></code>
- is defined. (<a href="https://svn.boost.org/trac/boost/ticket/1220">#1220</a>).
+ is defined (<a href="https://svn.boost.org/trac/boost/ticket/1220">#1220</a>).
</li>
</ul>
</li>
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -8,7 +8,7 @@
Type Traits, Unordered, Xpressive.
Other Changes: Experimental CMake build system.]
[authors [Dawes, Beman]]
- [last-revision ]
+ [last-revision Sun, 08 Feb 2009]
]
[include ext.qbk]
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-02-08 09:15:02 EST (Sun, 08 Feb 2009)
@@ -6,7 +6,7 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.38.0</title><pubDate>$Date: 2009/02/07 14:43:34 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>Sun, 08 Feb 2009</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Config, Date_Time, Exception, Filesystem, Graph, Hash, Interprocess, Intrusive,
Math, Multi-index Containers, Proto, Regex, TR1, Type Traits, Unordered, Xpressive.
@@ -206,7 +206,7 @@
<ul>
<li>
Changed to work without RTTI when <code><span class="identifier">BOOST_NO_TYPEID</span></code>
- is defined. (<a href="https://svn.boost.org/trac/boost/ticket/1220">#1220</a>).
+ is defined (<a href="https://svn.boost.org/trac/boost/ticket/1220">#1220</a>).
</li>
</ul>
</li>