Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-16 15:35:04


Author: grafik
Date: 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
New Revision: 43657
URL: http://svn.boost.org/trac/boost/changeset/43657

Log:
Fix feeds to display correctly in RSS readers, and to allow char entities from the quickbook source to show up in the output as utf-8 chars.
Text files modified:
   website/public_html/beta/feed/bbook2rss.py | 6
   website/public_html/beta/feed/downloads.rss | 216
   website/public_html/beta/feed/history.rss | 4602 +++++++++++++++++++-------------------
   website/public_html/beta/feed/history/boost_1_35_0.qbk | 4
   website/public_html/beta/feed/news.rss | 1566 ++++++------
   website/public_html/beta/index.php | 2
   website/public_html/beta/users/download/entry.php | 2
   website/public_html/beta/users/download/index.php | 2
   website/public_html/beta/users/history/entry.php | 2
   website/public_html/beta/users/history/index.php | 2
   website/public_html/beta/users/news/entry.php | 2
   website/public_html/beta/users/news/index.php | 2
   12 files changed, 3204 insertions(+), 3204 deletions(-)

Modified: website/public_html/beta/feed/bbook2rss.py
==============================================================================
--- website/public_html/beta/feed/bbook2rss.py (original)
+++ website/public_html/beta/feed/bbook2rss.py 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -76,7 +76,7 @@
         else:
             out = sys.stdout
         if out:
- out.write(self.tostring())
+ self.rss.writexml(out,encoding='utf-8')
     
     #~ Turns the internal XML tree into an output UTF-8 string.
     def tostring(self):
@@ -140,9 +140,9 @@
             'item',
             self.new_text('title',node.getAttribute('name')),
             self.new_text('pubDate',node.getAttribute('last-revision')),
- self.new_text('boostbook:purpose',escape(brief_xhtml.toxml('utf-8'))),
+ self.new_text('boostbook:purpose',brief_xhtml.toxml('utf-8')),
             download_item,
- self.new_text('description',escape(description_xhtml.toxml('utf-8')))
+ self.new_text('description',description_xhtml.toxml('utf-8'))
             )
     
     def x__text(self,node):

Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -6,166 +6,166 @@
     <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.16</title><pubDate>Mon, 3 Dec 2007 04:09:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ <item><title>Boost Jam 3.1.16</title><pubDate>Mon, 3 Dec 2007 04:09:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       This is mostly a bug fix release.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>https://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=72941&amp;release_id=558771><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
https://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=72941&amp;release_id=558771><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;p&amp;gt;
+ &lt;p&gt;
     This is mostly a bug fix release.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
       Work around some Windows CMD.EXE programs that will fail executing a totally
       empty batch file. -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Add support for detection and building with vc9. -- John P.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Plug memory leak when closing out actions. Thanks to Martin Kortmann for finding
       this. -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Various improvements to __TIMING&amp;lt;em&amp;gt;RULE&amp;lt;/em&amp;gt;_
- and __ACTION&amp;lt;em&amp;gt;RULE&amp;lt;/em&amp;gt;_ target variable hooks.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Various improvements to __TIMING&lt;em&gt;RULE&lt;/em&gt;_
+ and __ACTION&lt;em&gt;RULE&lt;/em&gt;_ target variable hooks.
       -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Change JAMDATE to use common ISO date format. -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Add test for result status values of simple actions, i.e. empty actions. --
       Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Fix buffer overrun bug in expanding @() subexpressions. -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Check empty string invariants, instead of assuming all strings are allocated.
       And reset strings when they are freed. -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Add OSPLAT=PARISC for HP-UX PA-RISC. -- Boris G.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Make quietly actions really quiet by not printing the command output. The output
- for the quietly actions is still available through __ACTION&amp;lt;em&amp;gt;RULE&amp;lt;/em&amp;gt;_.
+ for the quietly actions is still available through __ACTION&lt;em&gt;RULE&lt;/em&gt;_.
       -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Switch intel-win32 to use static multi thread runtime since the single thread
       static runtime is no longer available. -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       When setting OSPLAT, check __ia64 macro. -- Boris G.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Get the unix timing working correctly. -- Noel B.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Add -fno-strict-aliasing to compilation with gcc. Which works around GCC-4.2
       crash problems. -- Boris G.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Increased support for Python integration. -- Vladimir P., Daniel W.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Allow specifying options with quotes, i.e. --with-python=xyz, to work around
       the CMD shell using = as an argument separator. -- Rene R.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Add values of variables specified with -s to .EVNRION module, so that we can
       override environment on command line. -- Vladimir P.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Make NORMALIZE_PATH convert to /. -- Vladimir P.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Bugfix Release.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=527428><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=527428><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;p&amp;gt;
+ &lt;p&gt;
     This is a bug fix release addressing many problems with the 1.34.0 release. It
     is a recommended upgrade for all users of Boost 1.34.0. For a complete list of
- fixes see &amp;lt;a href=&quot;
http://svn.boost.org/trac/boost/query?status=closed&amp;amp;amp;milestone=Boost+1.34.1&quot;&amp;gt;Boost
- Trac&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;div id=&quot;version_1_34_1.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ fixes see &lt;a href=&quot;http://svn.boost.org/trac/boost/query?status=closed&amp;amp;milestone=Boost+1.34.1&quot;&gt;Boost
+ Trac&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;div id=&quot;version_1_34_1.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       New in this release is improved support for the IBM XL C/C++ compiler.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. New in this release The following compilers
       and platforms have been extensively tested with Boost, although many other
- compilers and platforms will work as well. For more information, see the &amp;lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&amp;gt;regression test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 4.0.1 on Mac OS
+ compilers and platforms will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 4.0.1 on Mac OS
         X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.8.2 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org/&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org/&quot;&gt;GNU C++&lt;/a&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             4.1.x on Solaris
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             3.4.x on Windows
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&amp;gt;HP C++ for Tru64 UNIX 7.1&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.hp.com/go/c++&quot;&amp;gt;HP aC++ A.06.14&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 9.1 on Windows, 9.0 on Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com/&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 9.4
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP C++ for Tru64 UNIX 7.1&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.hp.com/go/c++&quot;&gt;HP aC++ A.06.14&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 9.1 on Windows, 9.0 on Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com/&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 9.4
         on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &amp;amp;quot;Safe&amp;amp;quot; C++ Library shipping with Visual
+ support the non-standard &amp;quot;Safe&amp;quot; C++ Library shipping with Visual
         C++ 8.0, which may result in many spurious warnings from Boost headers and
         other standards-conforming C++ code. To suppress these warnings, define the
- macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_SCL_SECURE_NO_DEPRECATE&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developers.sun.com/sunstudio/index.jsp&quot;&amp;gt;Sun Studio 11&amp;lt;/a&amp;gt;
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developers.sun.com/sunstudio/index.jsp&quot;&gt;Sun Studio 11&lt;/a&gt;
         on Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_1.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/users/people/thomas_witt.html&quot;&amp;gt;Thomas Witt&amp;lt;/a&amp;gt; managed this
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_1.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/users/people/thomas_witt.html&quot;&gt;Thomas Witt&lt;/a&gt; managed this
       release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Kim Barrett consolidating Boost.Iostreams
       changes from various branches and Rene Rivera for general build and installation
       support.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item></channel>
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item></channel>
 </rss>
\ No newline at end of file

Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -6,1563 +6,1563 @@
     <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.35.0</title><pubDate>Wed, 23 Jan 2008 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ <item><title>Version 1.35.0</title><pubDate>Wed, 23 Jan 2008 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Release.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_35_0.new_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/asio/index.html&quot;&amp;gt;Asio&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Portable networking,
+ &lt;div id=&quot;version_1_35_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/asio/index.html&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt; Portable networking,
         including sockets, timers, hostname resolution and socket iostreams, from
         Chris Kohlhoff.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/bimap/index.html&quot;&amp;gt;Bimap&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Boost.Bimap is a
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/bimap/index.html&quot;&gt;Bimap&lt;/a&gt;:&lt;/span&gt; Boost.Bimap is a
         bidirectional maps library for C++. With Boost.Bimap you can create associative
         containers in which both types can be used as key, from Matias Capeletto.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/circular_buffer/index.html&quot;&amp;gt;circular_buffer&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; STL
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/circular_buffer/index.html&quot;&gt;circular_buffer&lt;/a&gt;:&lt;/span&gt; STL
         compliant container also known as ring or cyclic buffer, from Jan Gaspar.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function_types/index.html&quot;&amp;gt;Function Types&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function_types/index.html&quot;&gt;Function Types&lt;/a&gt;:&lt;/span&gt;
   Boost.FunctionTypes
         provides functionality to classify, decompose and synthesize function, function
         pointer, function reference and pointer to member types. From Tobias Schwinger.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/fusion/index.html&quot;&amp;gt;Fusion&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/fusion/index.html&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
   Library for working
         with tuples, including various containers, algorithms, etc. From Joel de
         Guzman, Dan Marsden and Tobias Schwinger.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/gil/doc/index.html&quot;&amp;gt;GIL&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/gil/doc/index.html&quot;&gt;GIL&lt;/a&gt;:&lt;/span&gt;
   Generic Image Library,
         from Lubomir Bourdev and Hailin Jin.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/interprocess/index.html&quot;&amp;gt;Interprocess&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/interprocess/index.html&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
   Shared
         memory, memory mapped files, process-shared mutexes, condition variables,
- containers and allocators, from Ion Gaztanaga.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/intrusive/index.html&quot;&amp;gt;Intrusive&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ containers and allocators, from Ion Gaztañaga.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/intrusive/index.html&quot;&gt;Intrusive&lt;/a&gt;:&lt;/span&gt;
   Intrusive
- containers and algorithms, from Ion Gaztanaga.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&amp;gt;Math/Special
- Functions&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ containers and algorithms, from Ion Gaztañaga.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&gt;Math/Special
+ Functions&lt;/a&gt;:&lt;/span&gt;
   A wide selection of mathematical special functions from
         John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&amp;gt;Math/Statistical
- Distributions&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&gt;Math/Statistical
+ Distributions&lt;/a&gt;:&lt;/span&gt;
   A wide selection of univariate statistical distributions
         and functions that operate on them from John Maddock and Paul Bristow
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/html/mpi.html&quot;&amp;gt;MPI&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/mpi.html&quot;&gt;MPI&lt;/a&gt;:&lt;/span&gt;
   Message Passing Interface
         library, for use in distributed-memory parallel application programming,
         from Douglas Gregor and Matthias Troyer.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/system/index.html&quot;&amp;gt;System&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/system/index.html&quot;&gt;System&lt;/a&gt;:&lt;/span&gt;
   Operating system
         support, including the diagnostics support that will be part of the C++0x
         standard library, from Beman Dawes.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_35_0.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/iostreams/index.html&quot;&amp;gt;Iostreams&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Framework
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_35_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt; Framework
         for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
         Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Clarified the semantics of close(). This fixes several bugs but will
- break some existing code. See &amp;lt;a href=&quot;/libs/iostreams/doc/index.html?path=12&quot;&amp;gt;Release
- Notes&amp;lt;/a&amp;gt; for details.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ break some existing code. See &lt;a href=&quot;/libs/iostreams/doc/index.html?path=12&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
             Numerous other bug fixes and optimizations.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/thread/index.html&quot;&amp;gt;Thread&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/thread/index.html&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Instances of boost::thread and of the various lock types are now movable.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Threads can be interrupted at interruption points.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Condition variables can now be used with any type that implements the
- Lockable concept, through the use of &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition_variable_any&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; is a typedef to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition_variable_any&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, provided for
- backwards compatibility). &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition_variable&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- is provided as an optimization, and will only work with &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unique_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ Lockable concept, through the use of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition_variable_any&lt;/span&gt;&lt;/code&gt;
+ (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition&lt;/span&gt;&lt;/code&gt; is a typedef to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition_variable_any&lt;/span&gt;&lt;/code&gt;, provided for
+ backwards compatibility). &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition_variable&lt;/span&gt;&lt;/code&gt;
+ is provided as an optimization, and will only work with &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;unique_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
             Thread IDs are separated from boost::thread, so a thread can obtain it's
- own ID (using &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;this_thread&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;get_id&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;),
+ own ID (using &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;this_thread&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;get_id&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;),
             and IDs can be used as keys in associative containers, as they have the
             full set of comparison operators.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Timeouts are now implemented using the Boost DateTime library, through
- a typedef &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;system_time&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for absolute timeouts,
- and with support for relative timeouts in many cases. &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;xtime&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ a typedef &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;system_time&lt;/span&gt;&lt;/code&gt; for absolute timeouts,
+ and with support for relative timeouts in many cases. &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;xtime&lt;/span&gt;&lt;/code&gt;
             is supported for backwards compatibility only.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Locks are implemented as publicly accessible templates &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock_guard&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unique_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;shared_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;upgrade_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ Locks are implemented as publicly accessible templates &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;lock_guard&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;unique_lock&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;shared_lock&lt;/span&gt;&lt;/code&gt;, and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;upgrade_lock&lt;/span&gt;&lt;/code&gt;,
             which are templated on the type of the mutex. The Lockable concept has
- been extended to include publicly available &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unlock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; member functions, which are used by
+ been extended to include publicly available &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;unlock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; member functions, which are used by
             the lock types.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed, and the
- functionality subsumed into &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; is left as a typedef, but
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;try_mutex&lt;/span&gt;&lt;/code&gt; has been removed, and the
+ functionality subsumed into &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;/code&gt;.
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;try_mutex&lt;/span&gt;&lt;/code&gt; is left as a typedef, but
             is no longer a separate class.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;recursive_try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed,
- and the functionality subsumed into &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;recursive_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;recursive_try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; is left as a typedef,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;recursive_try_mutex&lt;/span&gt;&lt;/code&gt; has been removed,
+ and the functionality subsumed into &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;recursive_mutex&lt;/span&gt;&lt;/code&gt;.
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;recursive_try_mutex&lt;/span&gt;&lt;/code&gt; is left as a typedef,
             but is no longer a separate class.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;detail&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;thread&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock_ops&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed. Code that
- relies on the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock_ops&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;detail&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;thread&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;lock_ops&lt;/span&gt;&lt;/code&gt; has been removed. Code that
+ relies on the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lock_ops&lt;/span&gt;&lt;/code&gt;
             implementation detail will no longer work, as this has been removed,
- as it is no longer necessary now that mutex types now have public &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unlock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ as it is no longer necessary now that mutex types now have public &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;unlock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
             member functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; constructors
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;&lt;/code&gt; constructors
             with a second parameter of type bool are no longer provided. With previous
- boost releases, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;some_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;some_mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;false&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;);&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ boost releases, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;some_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;some_mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;);&lt;/span&gt;&lt;/code&gt;
             could be used to create a lock object that was associated with a mutex,
             but did not lock it on construction. This facility has now been replaced
- with the constructor that takes a &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;defer_lock_type&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- as the second parameter: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;some_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;some_mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;defer_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;);&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- The broken &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;read_write_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been replaced
- with &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;shared_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/wave/index.html&quot;&amp;gt;Wave&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Standards conformant
+ with the constructor that takes a &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;defer_lock_type&lt;/span&gt;&lt;/code&gt;
+ as the second parameter: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;some_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;some_mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;defer_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;);&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ The broken &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;read_write_mutex&lt;/span&gt;&lt;/code&gt; has been replaced
+ with &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;shared_mutex&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt; Standards conformant
         implementation of the mandated C99/C++ preprocessor functionality packed
         behind an easy to use iterator interface, from Hartmut Kaiser. Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Added the possibility to continue the preprocessing after an error occured.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added the macro introspection API to the wave::context object.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added threading support to the library.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Improved the overall performance by upto 30%.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Changed and unified preprocessor hook interface (this is an interface
             breaking change!), added several new preprocessor hook functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added serialization support.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added new examples (for instance: Hannibal - a partial C++ parser, by
             Danny Havenith).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added a new lexical analyzer based on Ben Hansons Lexertl library.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Fixed a large number of other bugs and problems.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/xpressive/index.html&quot;&amp;gt;Xpressive&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Regular
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/xpressive/index.html&quot;&gt;Xpressive&lt;/a&gt;:&lt;/span&gt; Regular
         expressions that can be written as strings or as expression templates, and
         that can refer to each other and themselves recursively with the power of
         context-free grammars, from Eric Niebler. Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;semantic actions&amp;lt;/em&amp;gt; to static regexes. A semantic
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;semantic actions&lt;/em&gt; to static regexes. A semantic
             action is code that executes when part of a regular expression matches.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;custom assertions&amp;lt;/em&amp;gt; to static regexes. A custom
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;custom assertions&lt;/em&gt; to static regexes. A custom
             assertion is a Boolean predicate that can participate in the regex match.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;named regexes&amp;lt;/em&amp;gt; for embedding a static or dynamic
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named regexes&lt;/em&gt; for embedding a static or dynamic
             regex into a dynamic regex. This can be used to create dynamic regex
             grammars.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;named captures&amp;lt;/em&amp;gt; to dynamic regexes, like Perl.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/functional/hash/index.html&quot;&amp;gt;Hash&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named captures&lt;/em&gt; to dynamic regexes, like Perl.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
   A TR1 hash
         function object, from Daniel James. Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;long&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;keyword&quot;&amp;gt;long&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;complex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;long&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;complex&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
             Improved the algorithm for hashing floating point numbers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             A few bug and warning fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_35_0.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_35_0.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/users/people/beman_dawes.html&quot;&amp;gt;Beman Dawes&amp;lt;/a&amp;gt; managed this
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_35_0.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_35_0.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/users/people/beman_dawes.html&quot;&gt;Beman Dawes&lt;/a&gt; managed this
       release.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Bugfix Release.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=527428><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=527428><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;p&amp;gt;
+ &lt;p&gt;
     This is a bug fix release addressing many problems with the 1.34.0 release. It
     is a recommended upgrade for all users of Boost 1.34.0. For a complete list of
- fixes see &amp;lt;a href=&quot;
http://svn.boost.org/trac/boost/query?status=closed&amp;amp;amp;milestone=Boost+1.34.1&quot;&amp;gt;Boost
- Trac&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;div id=&quot;version_1_34_1.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ fixes see &lt;a href=&quot;http://svn.boost.org/trac/boost/query?status=closed&amp;amp;milestone=Boost+1.34.1&quot;&gt;Boost
+ Trac&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;div id=&quot;version_1_34_1.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       New in this release is improved support for the IBM XL C/C++ compiler.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. New in this release The following compilers
       and platforms have been extensively tested with Boost, although many other
- compilers and platforms will work as well. For more information, see the &amp;lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&amp;gt;regression test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 4.0.1 on Mac OS
+ compilers and platforms will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 4.0.1 on Mac OS
         X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.8.2 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org/&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org/&quot;&gt;GNU C++&lt;/a&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             4.1.x on Solaris
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             3.4.x on Windows
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&amp;gt;HP C++ for Tru64 UNIX 7.1&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.hp.com/go/c++&quot;&amp;gt;HP aC++ A.06.14&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 9.1 on Windows, 9.0 on Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com/&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 9.4
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP C++ for Tru64 UNIX 7.1&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.hp.com/go/c++&quot;&gt;HP aC++ A.06.14&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 9.1 on Windows, 9.0 on Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com/&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 9.4
         on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &amp;amp;quot;Safe&amp;amp;quot; C++ Library shipping with Visual
+ support the non-standard &amp;quot;Safe&amp;quot; C++ Library shipping with Visual
         C++ 8.0, which may result in many spurious warnings from Boost headers and
         other standards-conforming C++ code. To suppress these warnings, define the
- macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_SCL_SECURE_NO_DEPRECATE&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developers.sun.com/sunstudio/index.jsp&quot;&amp;gt;Sun Studio 11&amp;lt;/a&amp;gt;
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developers.sun.com/sunstudio/index.jsp&quot;&gt;Sun Studio 11&lt;/a&gt;
         on Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_1.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/users/people/thomas_witt.html&quot;&amp;gt;Thomas Witt&amp;lt;/a&amp;gt; managed this
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_1.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/users/people/thomas_witt.html&quot;&gt;Thomas Witt&lt;/a&gt; managed this
       release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Kim Barrett consolidating Boost.Iostreams
       changes from various branches and Rene Rivera for general build and installation
       support.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.34.0</title><pubDate>Sat, 12 May 2007 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.34.0</title><pubDate>Sat, 12 May 2007 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Foreach, Statechart, TR1, Typeof, Xpressive. Updated Libraries:
       Assign, Date_time, Filesystem, Function, Hash, Graph, MultiArray, Multi-Index,
       Optional, Parameter, Pointer Container, Python, Signals, Smart Pointer, String
       Algorithm, Wave
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=507975><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=507975><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_34_0.new_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/foreach.html&quot;&amp;gt;Foreach Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_FOREACH&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; macro for easily iterating
+ &lt;div id=&quot;version_1_34_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/foreach.html&quot;&gt;Foreach Library&lt;/a&gt;:&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_FOREACH&lt;/span&gt;&lt;/code&gt; macro for easily iterating
         over the elements of a sequence, from Eric Niebler.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/statechart/doc/index.html&quot;&amp;gt;Statechart
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/statechart/doc/index.html&quot;&gt;Statechart
+ Library&lt;/a&gt;:&lt;/span&gt;
   Arbitrarily complex finite state machines can be implemented
         in easily readable and maintainable C++ code, from Andreas Huber.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/tr1/index.html&quot;&amp;gt;TR1 Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; An
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/tr1/index.html&quot;&gt;TR1 Library&lt;/a&gt;:&lt;/span&gt; An
         implementation of the C++ Technical Report on Standard Library Extensions,
         from John Maddock. This library does not itself implement the TR1 components,
         rather it's a thin wrapper that will include your standard library's TR1
         implementation (if it has one), otherwise it will include the Boost Library
- equivalents, and import them into namespace &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;tr1&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
+ equivalents, and import them into namespace &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;tr1&lt;/span&gt;&lt;/code&gt;.
         Highlights include: Reference Wrappers, Smart Pointers, result_of, Function
         Object Binders, Polymorphic function wrappers, Type Traits, Random Number
         Generators and Distributions, Tuples, Fixed Size Array, Hash Function Objects,
         Regular Expressions, and Complex Number Additional Algorithms.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/typeof.html&quot;&amp;gt;Typeof Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Typeof
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/typeof.html&quot;&gt;Typeof Library&lt;/a&gt;:&lt;/span&gt; Typeof
         operator emulation, from Arkadiy Vertleyb and Peder Holt.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/xpressive.html&quot;&amp;gt;Xpressive Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Regular
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/xpressive.html&quot;&gt;Xpressive Library&lt;/a&gt;:&lt;/span&gt; Regular
         expressions that can be written as strings or as expression templates, and
         that can refer to each other and themselves recursively with the power of
         context-free grammars, from Eric Niebler.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_0.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/assign/index.html&quot;&amp;gt;Assign Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_map&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;key&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- via the new function &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_map_insert&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for initialization of &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&amp;gt;Pointer
- Containers&amp;lt;/a&amp;gt; when the containers hold pointers to an abstract base
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/assign/index.html&quot;&gt;Assign Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_map&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;key&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ via the new function &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_map_insert&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for initialization of &lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&gt;Pointer
+ Containers&lt;/a&gt; when the containers hold pointers to an abstract base
             class.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time.html&quot;&amp;gt;Date_time library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for new US/Canada timezone rules and other bug fixes. See &amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time/details.html#changes&quot;&amp;gt;Change
- History&amp;lt;/a&amp;gt; for details.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/index.htm&quot;&amp;gt;Filesystem
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Major upgrade in preparation for submission to the C++ Standards
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time.html&quot;&gt;Date_time library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for new US/Canada timezone rules and other bug fixes. See &lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time/details.html#changes&quot;&gt;Change
+ History&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/index.htm&quot;&gt;Filesystem
+ Library&lt;/a&gt;:&lt;/span&gt; Major upgrade in preparation for submission to the C++ Standards
         Committee for TR2. Changes include:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization&quot;&amp;gt;Internationalization&amp;lt;/a&amp;gt;,
- provided by class templates &amp;lt;em&amp;gt;basic_path&amp;lt;/em&amp;gt;, &amp;lt;em&amp;gt;basic_filesystem_error&amp;lt;/em&amp;gt;,
- &amp;lt;em&amp;gt;basic_directory_iterator&amp;lt;/em&amp;gt;, and &amp;lt;em&amp;gt;basic_directory_entry&amp;lt;/em&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification&quot;&amp;gt;Simplification&amp;lt;/a&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization&quot;&gt;Internationalization&lt;/a&gt;,
+ provided by class templates &lt;em&gt;basic_path&lt;/em&gt;, &lt;em&gt;basic_filesystem_error&lt;/em&gt;,
+ &lt;em&gt;basic_directory_iterator&lt;/em&gt;, and &lt;em&gt;basic_directory_entry&lt;/em&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification&quot;&gt;Simplification&lt;/a&gt;
             of the path interface by eliminating special constructors to identify
             native formats.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization&quot;&amp;gt;Rationalization&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization&quot;&gt;Rationalization&lt;/a&gt;
             of predicate function design, including the addition of several new functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Clearer specification by reference to &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01&quot;&amp;gt;POSIX&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ Clearer specification by reference to &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01&quot;&gt;POSIX&lt;/a&gt;,
             the ISO/IEEE Single Unix Standard, with provisions for Windows and other
             operating systems.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation&quot;&amp;gt;Preservation&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation&quot;&gt;Preservation&lt;/a&gt;
             of existing user code whenever possible.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient&quot;&amp;gt;More
- efficient&amp;lt;/a&amp;gt; directory iteration.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Addition of a &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator&quot;&amp;gt;recursive
- directory iterator&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient&quot;&gt;More
+ efficient&lt;/a&gt; directory iteration.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Addition of a &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator&quot;&gt;recursive
+ directory iterator&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt;
   Boost.Function
         now implements a small buffer optimization, which can drastically improve
         the performance when copying or constructing Boost.Function objects storing
- small function objects. For instance, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;:&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;foo&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;x&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_1&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;_2&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ small function objects. For instance, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;foo&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;
+ &lt;span class=&quot;special&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;x&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;_2&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;
         requires no heap allocation when placed into a Boost.Function object.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/functional/hash/index.html&quot;&amp;gt;Functional/Hash
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Use declarations for standard classes, so that the library doesn't need
             to include all of their headers
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Deprecated the &amp;lt;tt&amp;gt;&amp;amp;lt;boost/functional&amp;lt;em&amp;gt;hash&amp;lt;/em&amp;gt;*.hpp&amp;amp;gt;&amp;lt;/tt&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Deprecated the &lt;tt&gt;&amp;lt;boost/functional&lt;em&gt;hash&lt;/em&gt;*.hpp&amp;gt;&lt;/tt&gt;
             headers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Add support for the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_HASH_NO_EXTENSIONS&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add support for the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HASH_NO_EXTENSIONS&lt;/span&gt;&lt;/code&gt;
             macro, which disables the extensions to TR1
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Minor improvements to the hash functions for floating point numbers.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/index.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;edmonds_maximum_cardinality_matching&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;edmonds_maximum_cardinality_matching&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Aaron Windsor.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lengauer_tarjan_dominator_tree&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lengauer_tarjan_dominator_tree&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from JongSoo Park.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;compressed_sparse_row_graph&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;compressed_sparse_row_graph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremiah Willcock and Douglas Gregor of Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;sorted_erdos_renyi_iterator&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sorted_erdos_renyi_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremiah Willcock of Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;biconnected_components&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; now
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;biconnected_components&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
             supports a visitor and named parameters, from Janusz Piwowarski.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_matrix&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; now models
- the &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html&quot;&amp;gt;Bidirectional
- Graph&amp;lt;/a&amp;gt; concept.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dijkstra_shortest_paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; now
- calls &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;vis&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;initialize_vertex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for each vertex during
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_matrix&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now models
+ the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html&quot;&gt;Bidirectional
+ Graph&lt;/a&gt; concept.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
+ calls &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;vis&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;initialize_vertex&lt;/span&gt;&lt;/code&gt; for each vertex during
             initialization.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;em&amp;gt;Note:&amp;lt;/em&amp;gt; the name of the compiled library
- for the &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html&quot;&amp;gt;GraphViz
- reader&amp;lt;/a&amp;gt; has changed to &amp;lt;tt&amp;gt;boost_graph&amp;lt;/tt&amp;gt; (from &amp;lt;tt&amp;gt;bgl-viz&amp;lt;/tt&amp;gt;)
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;em&gt;Note:&lt;/em&gt; the name of the compiled library
+ for the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html&quot;&gt;GraphViz
+ reader&lt;/a&gt; has changed to &lt;tt&gt;boost_graph&lt;/tt&gt; (from &lt;tt&gt;bgl-viz&lt;/tt&gt;)
             to match Boost conventions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- See the &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0&quot;&amp;gt;complete
- revision history&amp;lt;/a&amp;gt; for more information.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_array/index.html&quot;&amp;gt;MultiArray
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ See the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0&quot;&gt;complete
+ revision history&lt;/a&gt; for more information.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/multi_array/index.html&quot;&gt;MultiArray
+ Library&lt;/a&gt;:&lt;/span&gt;
   Boost.MultiArray now by default provides range-checking for
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;[]&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- Range checking can be disabled by defining the macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_DISABLE_ASSERTS&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- before including &amp;lt;tt&amp;gt;multi_array.hpp&amp;lt;/tt&amp;gt;. A bug in &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;multi_array&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;resize&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]&lt;/span&gt;&lt;/code&gt;.
+ Range checking can be disabled by defining the macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_DISABLE_ASSERTS&lt;/span&gt;&lt;/code&gt;
+ before including &lt;tt&gt;multi_array.hpp&lt;/tt&gt;. A bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;multi_array&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;resize&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
         related to storage orders was fixed.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/index.html&quot;&amp;gt;Multi-index
- Containers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- New &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices&quot;&amp;gt;random
- access indices&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Non key-based indices feature new &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange&quot;&amp;gt;rearrange
- facilities&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ New &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices&quot;&gt;random
+ access indices&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Non key-based indices feature new &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange&quot;&gt;rearrange
+ facilities&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
             This version also includes a number of optimizations and usage improvements.
- For a complete list of changes, see the library &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34&quot;&amp;gt;release
- notes&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/optional/index.html&quot;&amp;gt;Optional Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;none_t&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;keyword&quot;&amp;gt;and&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;none&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; now added to Optional's documentation
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Relational operators now directly support arguments of type &amp;lt;code&amp;gt;&amp;lt;span class=&quot;char&quot;&amp;gt;'T'&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;char&quot;&amp;gt;'none_t'&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- operator-&amp;amp;gt;() now also works with reference types.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Helper functions &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;make_optional&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;val&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;),&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;make_optional&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;cond&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;val&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;keyword&quot;&amp;gt;and&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;get_optional_value_or&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span c
lass=&quot;identifier&quot;&amp;gt;opt&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;alternative_value&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ For a complete list of changes, see the library &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34&quot;&gt;release
+ notes&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/optional/index.html&quot;&gt;Optional Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;none_t&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;and&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;none&lt;/span&gt;&lt;/code&gt; now added to Optional's documentation
+ &lt;/li&gt;
+ &lt;li&gt;
+ Relational operators now directly support arguments of type &lt;code&gt;&lt;span class=&quot;char&quot;&gt;'T'&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;char&quot;&gt;'none_t'&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ operator-&amp;gt;() now also works with reference types.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Helper functions &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;make_optional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;val&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;),&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;make_optional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;cond&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;val&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;and&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;get_optional_value_or&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;opt&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;alternative_value&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&g
t;&lt;/code&gt;
             added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Constructor taking a boolean condition (as well as a value) added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Member function &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;get_value_or&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;alternative_value&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Incompatbility bug with mpl::apply&amp;amp;lt;&amp;amp;gt; fixed.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Member function &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;get_value_or&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;alternative_value&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt; added.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Incompatbility bug with mpl::apply&amp;lt;&amp;gt; fixed.
+ &lt;/li&gt;
+ &lt;li&gt;
             Converting assignment bug with uninitialized lvalues fixed.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/parameter/index.html&quot;&amp;gt;Parameter
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Every ArgumentPack is now a valid &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html&quot;&amp;gt;MPL
- Forward Sequence.&amp;lt;/a&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/parameter/index.html&quot;&gt;Parameter
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Every ArgumentPack is now a valid &lt;a href=&quot;/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html&quot;&gt;MPL
+ Forward Sequence.&lt;/a&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for unnamed arguments (those whose keyword is deduced from their
             types) is added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for named and unnamed template arguments is added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- New overload generation macros solve the &amp;lt;a href=&quot;
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm&quot;&amp;gt;forwarding
- problem&amp;lt;/a&amp;gt; directly.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ New overload generation macros solve the &lt;a href=&quot;http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm&quot;&gt;forwarding
+ problem&lt;/a&gt; directly.
+ &lt;/li&gt;
+ &lt;li&gt;
             See also the Python library changes, below.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&amp;gt;Pointer
- Container Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for serialization via &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/serialization/index.html&quot;&amp;gt;Boost.Serialization.&amp;lt;/a&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&gt;Pointer
+ Container Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for serialization via &lt;a href=&quot;/doc/libs/1_34_0/libs/serialization/index.html&quot;&gt;Boost.Serialization.&lt;/a&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS
             before including any header. This macro is defined by default if BOOST_NO_EXCEPTIONS
             is defined.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Additional &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;auto_ptr&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- overloads added s.t. one can also pass &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;auto_ptr&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; instead of only &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; arguments to member functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;transfer&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- now has weaker requirements s.t. one can transfer objects from &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_container&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;Derived&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_container&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;Base&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/python/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Additional &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;auto_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ overloads added s.t. one can also pass &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;auto_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt; instead of only &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;/code&gt; arguments to member functions.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;transfer&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ now has weaker requirements s.t. one can transfer objects from &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_container&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;Derived&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_container&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;Base&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;,
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/python/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Boost.Python now automatically appends C++ signatures to docstrings.
- The new &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html&quot;&amp;gt;&amp;lt;tt&amp;gt;docstring_options.hpp&amp;lt;/tt&amp;gt;&amp;lt;/a&amp;gt;
+ The new &lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html&quot;&gt;&lt;tt&gt;docstring_options.hpp&lt;/tt&gt;&lt;/a&gt;
             header is available to control the content of docstrings.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;stl_input_iterator&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;, for turning
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;stl_input_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, for turning
             a Python iterable object into an STL input iterator, from Eric Niebler.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;void&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;void&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;/code&gt;
             conversions is added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Integrated support for wrapping C++ functions built with the parameter
             library; keyword names are automatically known to docsstrings.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Enhancements to the API for better embedding support (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;python&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;import&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;python&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;exec&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, and
&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;python&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;exec_file&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/signals.html&quot;&amp;gt;Signals Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; More
+ &lt;/li&gt;
+ &lt;li&gt;
+ Enhancements to the API for better embedding support (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;, and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::
&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;exec_file&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; More
         improvements to signal invocation performance from Robert Zeh.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm&quot;&amp;gt;Smart Pointers
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor&quot;&amp;gt;Allocator
- support&amp;lt;/a&amp;gt; as proposed in &amp;lt;a href=&quot;http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf&quot;&amp;gt;N1851&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm&quot;&gt;Smart Pointers
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor&quot;&gt;Allocator
+ support&lt;/a&gt; as proposed in &lt;a href=&quot;http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf&quot;&gt;N1851&lt;/a&gt;
             (162 Kb PDF).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;pointer_cast&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;pointer_to_other&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; utilities
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_cast&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_to_other&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; utilities
             to allow pointer-independent code, from Ion Gaztanaga.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/algorithm/string/index.html&quot;&amp;gt;String
- Algorithm Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lexicographical_compare&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;join&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- New comparison predicates &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;is_less&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;is_not_greater&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Negative indexes support (like Perl) in various algorihtms (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_head&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;/&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;tail&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_nth&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/wave/index.html&quot;&amp;gt;Wave Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/algorithm/string/index.html&quot;&gt;String
+ Algorithm Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lexicographical_compare&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;join&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ New comparison predicates &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_less&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_not_greater&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Negative indexes support (like Perl) in various algorihtms (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;_head&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;tail&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;_nth&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/wave/index.html&quot;&gt;Wave Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Wave now correctly recognizes pp-number tokens as mandated by the C++
             Standard, which are converted to C++ tokens right before they are returned
             from the library.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Several new preprocessing hooks have been added. For a complete description
- please refer to the related documentation page: &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html&quot;&amp;gt;The
- Context Policy&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ please refer to the related documentation page: &lt;a href=&quot;/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html&quot;&gt;The
+ Context Policy&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
             Shared library (dll) support has been added for the generated Wave libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             The overall error handling has been improved. It is now possible to recover
             and continue after an error or a warning was issued.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for optional comment and/or full whitespace preservation in the
             generated output stream has been added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             The Wave library now performs automatic include guard detection to avoid
             accessing header files more than once, if appropriate.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Full interactive mode has been added to the Wave tool. Now the Wave tool
             can be used just like Python or Perl for instance to interactively try
             out your BOOST_PP macros. Additionally it is now possible to load and
             save the current state of an interactive session (macro tables et.al.).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             The overall performance has been improved by upto 40-60%, depending on
             the concrete files to process.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for new pragmas has been added allowing to control certain library
             features from inside the preprocessed sources (partial output redirection,
             control of generated whitespace and #line directives).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Optional support for #pragma message &amp;amp;quot;...&amp;amp;quot; has been added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Optional support for #pragma message &amp;quot;...&amp;quot; has been added.
+ &lt;/li&gt;
+ &lt;li&gt;
             This version also includes a number of bug fixes and usage improvements.
- For a complete list of changes, see the libraries &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/wave/ChangeLog&quot;&amp;gt;change
- log&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_0.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ For a complete list of changes, see the libraries &lt;a href=&quot;/doc/libs/1_34_0/libs/wave/ChangeLog&quot;&gt;change
+ log&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_0.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. The following compilers and platforms have been
       extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the &amp;lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&amp;gt;regression
- test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 4.0.1 on Mac OS
+ will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression
+ test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 4.0.1 on Mac OS
         X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.8.2 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org/&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org/&quot;&gt;GNU C++&lt;/a&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             4.1.x on Solaris
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             3.4.x on Windows
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&amp;gt;HP aC++ A.06.14&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 9.1 on Windows, 9.0 on Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com/&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 9.4
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP aC++ A.06.14&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 9.1 on Windows, 9.0 on Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com/&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 9.4
         on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &amp;amp;quot;Safe&amp;amp;quot; C++ Library shipping with Visual
+ support the non-standard &amp;quot;Safe&amp;quot; C++ Library shipping with Visual
         C++ 8.0, which may result in many spurious warnings from Boost headers and
         other standards-conforming C++ code. To suppress these warnings, define the
- macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_SCL_SECURE_NO_DEPRECATE&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developers.sun.com/sunstudio/compilers_index.html&quot;&amp;gt;Sun
- Studio 11&amp;lt;/a&amp;gt; on Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_0.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/users/people/thomas_witt.html&quot;&amp;gt;Thomas Witt&amp;lt;/a&amp;gt; managed this
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developers.sun.com/sunstudio/compilers_index.html&quot;&gt;Sun
+ Studio 11&lt;/a&gt; on Solaris.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_0.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/users/people/thomas_witt.html&quot;&gt;Thomas Witt&lt;/a&gt; managed this
       release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Vladimir Prus for making Boost.Build
       version 2 a reality, David Abrahams for authoring a new getting started guide
       and Greg D. for answering countless questions.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.33.1</title><pubDate>Tue, 5 Dec 2006 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.33.1</title><pubDate>Tue, 5 Dec 2006 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Any, Config, Python, Smart Pointer, Regex, Iostreams, Functional/Hash,
       Multi-index Containers, Graph, Signals, Thread, and Wave.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=376197><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=376197><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_33_1.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&amp;gt;Any Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Cast
- to reference types introduced in 1.33.0 is now documented on &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;any_cast&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; documentation page.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&amp;gt;Bind Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Bind
- expressions now support &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&amp;gt;comparisons
- and negation&amp;lt;/a&amp;gt;. Example: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;name&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_1&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;name&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_2&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/config/index.html&quot;&amp;gt;Config Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Don't
- undef &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_LIB_TOOLSET&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; after
+ &lt;div id=&quot;version_1_33_1.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; Cast
+ to reference types introduced in 1.33.0 is now documented on &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt; documentation page.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&gt;Bind Library&lt;/a&gt;:&lt;/span&gt; Bind
+ expressions now support &lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&gt;comparisons
+ and negation&lt;/a&gt;. Example: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_2&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/config/index.html&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; Don't
+ undef &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_LIB_TOOLSET&lt;/span&gt;&lt;/code&gt; after
         use.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&amp;gt;Boost.Python&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             The build now assumes Python 2.4 by default, rather than 2.2
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support Python that's built without Unicode support
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for wrapping classes with overloaded address-of (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;) operators
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointer
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for wrapping classes with overloaded address-of (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;&amp;amp;&lt;/span&gt;&lt;/code&gt;) operators
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/smart_ptr/index.html&quot;&gt;Smart Pointer
+ Library&lt;/a&gt;:&lt;/span&gt; Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
         OS X) with inlining on, GNU GCC on PowerPC 64.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/index.html&quot;&amp;gt;Regex Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Fixed
         the supplied makefiles, and other small compiler specific changes. Refer
- to the &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&amp;gt;regex history
- page&amp;lt;/a&amp;gt; for more information on these and other small changes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&amp;gt;Iostreams
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ to the &lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&gt;regex history
+ page&lt;/a&gt; for more information on these and other small changes.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&gt;Iostreams
+ Library&lt;/a&gt;:&lt;/span&gt;
   Improved the interface for accessing a chain's components,
- added &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;is_open&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; members to
+ added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_open&lt;/span&gt;&lt;/code&gt; members to
         the file and file descriptor devices, fixed memory-mapped files on Windows,
         and made minor changes to the documentation.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&amp;gt;Boost.Python&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Added support for docstrings on nonstatic properties.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- We now export the client-provided docstrings for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;init&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;optional&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- and &amp;lt;em&amp;gt;XXX&amp;lt;/em&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_FUNCTION_OVERLOADS&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for only the last overload.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ We now export the client-provided docstrings for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;init&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;optional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ and &lt;em&gt;XXX&lt;/em&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_FUNCTION_OVERLOADS&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; for only the last overload.
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for Embedded VC++ 4 and GCC-3.3 on MacOS added
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Introduced better support for rvalue from-python conversions of shared_ptr.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for exposing &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;vector&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; with the indexing suite.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for exposing &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;vector&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt; with the indexing suite.
+ &lt;/li&gt;
+ &lt;li&gt;
             updated visual studio project build file.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added search feature to the index page.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&amp;gt;Functional/Hash
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;:&lt;/span&gt;
   Fixed the points example.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&amp;gt;Multi-index
- Containers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
   Fixed a problem with multithreaded code, and other
- minor changes. Refer to the library &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&amp;gt;release
- notes&amp;lt;/a&amp;gt; for further details.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Fixed a problem with the relaxed heap on x86 Linux (fixes bug in &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dijkstra_shortest_paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Fixed problems with &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;cuthill_mckee_ordering&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; and
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;king_ordering&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; producing no
+ minor changes. Refer to the library &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&gt;release
+ notes&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html&quot;&gt;Graph
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Fixed a problem with the relaxed heap on x86 Linux (fixes bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed problems with &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill_mckee_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; producing no
             results.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;color_map&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; parameter
- to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dijkstra_shortest_paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/signals/doc/index.html&quot;&amp;gt;Signals
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Fixed problems with the use of Signals across shared library
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;color_map&lt;/span&gt;&lt;/code&gt; parameter
+ to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/signals/doc/index.html&quot;&gt;Signals
+ Library&lt;/a&gt;:&lt;/span&gt; Fixed problems with the use of Signals across shared library
         boundaries.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/thread/doc/index.html&quot;&amp;gt;Thread library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;read_write_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed due to
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/thread/doc/index.html&quot;&gt;Thread library&lt;/a&gt;:&lt;/span&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read_write_mutex&lt;/span&gt;&lt;/code&gt; has been removed due to
         problems with deadlocks.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&amp;gt;Wave library&amp;lt;/a&amp;gt;
- (V1.2.1):&amp;lt;/span&amp;gt; Fixed a couple of problems, refer to the &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/wave/ChangeLog&quot;&amp;gt;change
- log&amp;lt;/a&amp;gt; for further details.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_33_1.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&gt;Wave library&lt;/a&gt;
+ (V1.2.1):&lt;/span&gt; Fixed a couple of problems, refer to the &lt;a href=&quot;/doc/libs/1_33_1/libs/wave/ChangeLog&quot;&gt;change
+ log&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_1.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. The following compilers and platforms have been
       extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the &amp;lt;a href=&quot;
http://www.boost.org/regression/release/user/&quot;&amp;gt;regression
- test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;em&amp;gt;New for this release&amp;lt;/em&amp;gt;: Support for building
+ will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression
+ test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;p&gt;
+ &lt;em&gt;New for this release&lt;/em&gt;: Support for building
       with the newest STLport-5.0 was added. The support includes building with MinGW
       Runtime 3.8 plus STLport-5.0 improved to support wide character operations.
       Apple GCC 4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported platforms.
- We have added an experimental autoconf-like &amp;lt;tt&amp;gt;configure&amp;lt;/tt&amp;gt; script
- for Unix-like systems: run &amp;lt;tt&amp;gt;configure --help&amp;lt;/tt&amp;gt; for more information.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 3.3, 4.0 on Mac
+ We have added an experimental autoconf-like &lt;tt&gt;configure&lt;/tt&gt; script
+ for Unix-like systems: run &lt;tt&gt;configure --help&lt;/tt&gt; for more information.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 3.3, 4.0 on Mac
         OS X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.6.4 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt; 2.95.3 (with and without
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org&quot;&gt;GNU C++&lt;/a&gt; 2.95.3 (with and without
         STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&amp;gt;HP C++ for Tru64 UNIX 7.1&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 8.1, 9.0 on Windows, Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 8.3,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP C++ for Tru64 UNIX 7.1&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 8.1, 9.0 on Windows, Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 8.3,
         9.4, 9.5 on Mac OS X and Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &amp;amp;quot;Safe&amp;amp;quot; C++ Library shipping with Visual
+ support the non-standard &amp;quot;Safe&amp;quot; C++ Library shipping with Visual
         C++ 8.0, which may result in many spurious warnings from Boost headers and
         other standards-conforming C++ code. To suppress these warnings, define the
- macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_SCL_SECURE_NO_DEPRECATE&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_33_1.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;span class=&quot;inset-left&quot;&amp;gt;&amp;lt;img alt=&quot;Medieval Mr. Gregor&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&amp;gt;&amp;lt;/span&amp;gt;
-&amp;lt;a href=&quot;/users/people/doug_gregor.html&quot;&amp;gt;Douglas
- Gregor&amp;lt;/a&amp;gt; managed this release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_1.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;span class=&quot;inset-left&quot;&gt;&lt;img alt=&quot;Medieval Mr. Gregor&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&gt;&lt;/span&gt;
+&lt;a href=&quot;/users/people/doug_gregor.html&quot;&gt;Douglas
+ Gregor&lt;/a&gt; managed this release.
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who
       managed to keep the regression testing system working throughout the release
       process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene
       Rivera and Jonathan Turkanis for greatly improving the quality of this release;
- Rene Rivera for the new Boost web page design; and Zoltan &amp;amp;quot;cad&amp;amp;quot; Juhasz
+ Rene Rivera for the new Boost web page design; and Zoltan &amp;quot;cad&amp;quot; Juhasz
       for the new Boost logo.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.33.0</title><pubDate>Thu, 11 Aug 2005 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.33.0</title><pubDate>Thu, 11 Aug 2005 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Iostream, Hash, Parameter, Pointer Container, Wave. Updated
       Libraries: Any, Assignment, Bind, Date-Time, Graph, Multi-Index, Program Options,
       Property Map, Python, Random Number, Range, Regex, Serialization, Signals.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=348655><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=348655><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_33_0.new_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&amp;gt;Iostreams
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;div id=&quot;version_1_33_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&gt;Iostreams
+ Library&lt;/a&gt;:&lt;/span&gt;
   Framework for defining streams, stream buffers and i/o filters,
         from Jonathan Turkanis.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&amp;gt;Functional/Hash
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; A TR1 hash function object that can be extended to hash user
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;:&lt;/span&gt; A TR1 hash function object that can be extended to hash user
         defined types, from Daniel James.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/parameter/doc/html/index.html&quot;&amp;gt;Parameter
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/parameter/doc/html/index.html&quot;&gt;Parameter
+ Library&lt;/a&gt;:&lt;/span&gt;
   Write functions that accept arguments by name: especially
         useful when a function has more than one argument with a useful default value,
         since named arguments can be passed in any order.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/ptr_container/index.html&quot;&amp;gt;Pointer
- Container Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/ptr_container/index.html&quot;&gt;Pointer
+ Container Library&lt;/a&gt;:&lt;/span&gt;
   Containers for storing heap-allocated polymorphic
         objects to ease OO-programming, from Thorsten Ottosen.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&amp;gt;Wave&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Standards
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt; Standards
         conformant implementation of the mandated C99/C++ preprocessor functionality
         packed behind an easy to use iterator interface, from Hartmut Kaiser.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_33_0.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&amp;gt;Any Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;any_cast&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been enhanced to allow direct
- access to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;any&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;'s held value.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/assign/doc/index.html&quot;&amp;gt;Assignment
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Support for &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/ptr_container/index.html&quot;&amp;gt;Pointer
- Container Library&amp;lt;/a&amp;gt; and new efficient functions &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ref_list_of&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;cref_list_of&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for generating anonymous ranges.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&amp;gt;Bind Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Bind
- expressions now support &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&amp;gt;comparisons
- and negation&amp;lt;/a&amp;gt;. Example: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;name&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_1&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;name&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_2&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time.html&quot;&amp;gt;Date-Time Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/local_time.html&quot;&amp;gt;local
- time and time zone classes&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/date_time_io.html&quot;&amp;gt;format-based
- Input/Output facets&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- For a complete list of changes, see the library &amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/details.html#date_time.changes&quot;&amp;gt;change
- history&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/index.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Introduced
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt; has been enhanced to allow direct
+ access to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any&lt;/span&gt;&lt;/code&gt;'s held value.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/assign/doc/index.html&quot;&gt;Assignment
+ Library&lt;/a&gt;:&lt;/span&gt; Support for &lt;a href=&quot;/doc/libs/1_33_1/libs/ptr_container/index.html&quot;&gt;Pointer
+ Container Library&lt;/a&gt; and new efficient functions &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ref_list_of&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cref_list_of&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; for generating anonymous ranges.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&gt;Bind Library&lt;/a&gt;:&lt;/span&gt; Bind
+ expressions now support &lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&gt;comparisons
+ and negation&lt;/a&gt;. Example: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_2&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time.html&quot;&gt;Date-Time Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added &lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/local_time.html&quot;&gt;local
+ time and time zone classes&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/date_time_io.html&quot;&gt;format-based
+ Input/Output facets&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ For a complete list of changes, see the library &lt;a href=&quot;/doc/libs/1_33_1/doc/html/date_time/details.html#date_time.changes&quot;&gt;change
+ history&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt; Introduced
         several new algorithms and improved existing algorithms:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/python.html&quot;&amp;gt;Experimental
- Python bindings&amp;lt;/a&amp;gt;, from Doug Gregor and Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/floyd_warshall_shortest.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;floyd&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;warshall&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;all&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;pairs&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;shortest&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/python.html&quot;&gt;Experimental
+ Python bindings&lt;/a&gt;, from Doug Gregor and Indiana University.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/floyd_warshall_shortest.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;floyd&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;warshall&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;all&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;pairs&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;shortest&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Lauren Foutz and Scott Hill.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/astar_search.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;astar&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;search&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/astar_search.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;astar&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;search&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Kristopher Beevers and Jufeng Peng.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/fruchterman_reingold.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;fruchterman&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;reingold&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;force&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;directed&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;layout&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;, from Doug Gregor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/fruchterman_reingold.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;fruchterman&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;reingold&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;force&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;directed&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;layout&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, from Doug Gregor
             and Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/biconnected_components.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;biconnected&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;components&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;articulation&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;points&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/biconnected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;biconnected&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;components&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;articulation&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;points&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremy Siek, Janusz Piwowarski, and Doug Gregor.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/sequential_vertex_coloring.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;sequential&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;vertex&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;coloring&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; has been updated,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/sequential_vertex_coloring.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sequential&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;vertex&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;coloring&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; has been updated,
             tested, and documented.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/gursoy_atun_layout.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;gursoy&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;atun&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;layout&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;, from Jeremiah
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/gursoy_atun_layout.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;gursoy&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;atun&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;layout&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, from Jeremiah
             Willcock and Doug Gregor of Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;king&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;ordering&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from D. Kevin McGrath of Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;cuthill&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;mckee&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;ordering&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; has been recast
- as an invocation of &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;breadth&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;first&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;search&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;mckee&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; has been recast
+ as an invocation of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;breadth&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;first&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;search&lt;/span&gt;&lt;/code&gt;
             and now supports graphs with multiple components.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/dijkstra_shortest_paths.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dijkstra&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;shortest&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; now uses a relaxed
- heap [&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/bibliography.html#driscoll88&quot;&amp;gt;61&amp;lt;/a&amp;gt;]
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/dijkstra_shortest_paths.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;shortest&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now uses a relaxed
+ heap [&lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/bibliography.html#driscoll88&quot;&gt;61&lt;/a&gt;]
             as its priority queue, improving its complexity to O(V log V) and improving
             real-world performance for larger graphs.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/read_graphviz.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;read&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;graphviz&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/read_graphviz.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;graphviz&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
             now has a new, Spirit-based parser that works for all graph types and
             supports arbitrary properties on the graph, from Ron Garcia. The old,
             Bison-based GraphViz reader has been deprecated and will be removed in
- a future Boost release. &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/write-graphviz.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;write&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;graphviz&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
+ a future Boost release. &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/write-graphviz.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;write&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;graphviz&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
             also supports dynamic properties.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/subgraph.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;subgraph&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;get_property&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/subgraph.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;subgraph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;get_property&lt;/span&gt;&lt;/code&gt;
             now refers to the subgraph property, not the root graph's property.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- See the &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/history.html#by-version&quot;&amp;gt;history&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ See the &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/history.html#by-version&quot;&gt;history&lt;/a&gt;
             for additional changes and bug fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&amp;gt;Multi-index
- Containers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- New &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/tutorial/indices.html#hashed_indices&quot;&amp;gt;hashed
- indices&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/tutorial/creation.html#serialization&quot;&amp;gt;serialization
- support&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- For a complete list of changes, see the library &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html&quot;&amp;gt;release
- notes&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/program_options/doc/index.html&quot;&amp;gt;Program
- Options Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ New &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/tutorial/indices.html#hashed_indices&quot;&gt;hashed
+ indices&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/tutorial/creation.html#serialization&quot;&gt;serialization
+ support&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ For a complete list of changes, see the library &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html&quot;&gt;release
+ notes&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/program_options/doc/index.html&quot;&gt;Program
+ Options Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Option descriptions are now printed with word wrapping.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Command line parser can bypass unregistered options, instread of throwing.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Removed support for &amp;amp;quot;implicit&amp;amp;quot; (optional) values.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Removed support for &amp;quot;implicit&amp;quot; (optional) values.
+ &lt;/li&gt;
+ &lt;li&gt;
             New customization method 'command_line_parser::extra_style_parser'. Unlike
             'additional_parser', allows the user to parse several tokens and return
             a vector of options, not just a single option.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Work with disabled exceptions.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/property_map/property_map.html&quot;&amp;gt;Property
- Map Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Introduced the &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/property_map/doc/dynamic_property_map.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dynamic&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;properties&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/property_map/property_map.html&quot;&gt;Property
+ Map Library&lt;/a&gt;:&lt;/span&gt; Introduced the &lt;a href=&quot;/doc/libs/1_33_1/libs/property_map/doc/dynamic_property_map.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dynamic&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;properties&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
         class, which provides dynamically-typed access to a set of property maps.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&amp;gt;Boost.Python&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Added support for docstrings on nonstatic properties.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- We now export the client-provided docstrings for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;init&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;optional&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- and &amp;lt;em&amp;gt;XXX&amp;lt;/em&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_FUNCTION_OVERLOADS&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for only the last overload.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ We now export the client-provided docstrings for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;init&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;optional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ and &lt;em&gt;XXX&lt;/em&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_FUNCTION_OVERLOADS&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; for only the last overload.
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for Embedded VC++ 4 and GCC-3.3 on MacOS added
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Introduced better support for rvalue from-python conversions of shared_ptr.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for exposing &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;vector&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; with the indexing suite.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for exposing &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;vector&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt; with the indexing suite.
+ &lt;/li&gt;
+ &lt;li&gt;
             updated visual studio project build file.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added search feature to the index page.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;p&amp;gt;&amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/random/index.html&quot;&amp;gt;Random Number
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- Improved initialization for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mersenne_twister&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;p&gt;&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/random/index.html&quot;&gt;Random Number
+ Library&lt;/a&gt;:&lt;/span&gt;
+ Improved initialization for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mersenne_twister&lt;/span&gt;&lt;/code&gt;,
         algorithm by Makoto Matsumoto and Takuji Nishimura, implemented for Boost
- by Jens Maurer.&amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;Note: All test vectors for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mersenne_twister&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;s
- constructed or seeded without parameters or with a single &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;unsigned&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;keyword&quot;&amp;gt;int&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; parameter become invalid.&amp;lt;/p&amp;gt;
+ by Jens Maurer.&lt;/p&gt;
+ &lt;p&gt;Note: All test vectors for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;mersenne_twister&lt;/span&gt;&lt;/code&gt;s
+ constructed or seeded without parameters or with a single &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;unsigned&lt;/span&gt;
+ &lt;span class=&quot;keyword&quot;&gt;int&lt;/span&gt;&lt;/code&gt; parameter become invalid.&lt;/p&gt;
 
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/range/index.html&quot;&amp;gt;Range Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
- addition of convenience functions to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;iterator&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;range&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; like &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;front&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(),&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;back&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;[]()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/regex/index.html&quot;&amp;gt;Regex Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/range/index.html&quot;&gt;Range Library&lt;/a&gt;:&lt;/span&gt; Minor
+ addition of convenience functions to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;iterator&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;range&lt;/span&gt;&lt;/code&gt; like &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;front&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(),&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;back&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]()&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/regex/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Rewritten front end parser now supports (?imsx-imsx) constructs, plus
             lookbehind assertions and conditional expressions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Thin wrapper classes improve integration with MFC/ATL code.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Full (optional) Unicode support via the ICU library. Refer to the &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&amp;gt;regex history page&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Full (optional) Unicode support via the ICU library. Refer to the &lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&gt;regex history page&lt;/a&gt;
             for more information on these and other small changes.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/serialization/doc/index.html&quot;&amp;gt;Serialization
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/serialization/doc/index.html&quot;&gt;Serialization
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             DLL version.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Auto-linking.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Serialization of variants.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Improved serialization of shared pointers.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/signals.html&quot;&amp;gt;Signals Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; added
         slot blocking/unblocking, from Frantz Maerten. Huge improvements to signal
         invocation performance from Robert Zeh.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_33_0.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_0.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. The following compilers and platforms have been
       extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the &amp;lt;a href=&quot;
http://www.boost.org/regression/release/user/&quot;&amp;gt;regression
- test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 3.x on Mac OS
+ will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression
+ test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 3.x on Mac OS
         X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.6.4 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt; 2.95.3 (with and without
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org&quot;&gt;GNU C++&lt;/a&gt; 2.95.3 (with and without
         STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 8.1, 9.0 on Windows, Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 8.3,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 8.1, 9.0 on Windows, Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 8.3,
         9.4, 9.5 on Mac OS X and Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0 beta. Note: due to intermittent
         problems with Visual C++ 8.0 beta, and the presence of a variety of pre-release
         compiler builds, we are unable to guarantee compatibility until the final
         compiler is released.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_33_0.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;img alt=&quot;[]&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&amp;gt;&amp;lt;a href=&quot;/users/people/doug_gregor.html&quot;&amp;gt;Douglas Gregor&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_0.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;img alt=&quot;[]&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&gt;&lt;a href=&quot;/users/people/doug_gregor.html&quot;&gt;Douglas Gregor&lt;/a&gt;
       managed this release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who
       managed to keep the regression testing system working throughout the release
       process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Rene Rivera and Jonathan
       Turkanis for greatly improving the quality of this release; Rene Rivera for
- the new Boost web page design; and Zoltan &amp;amp;quot;cad&amp;amp;quot; Juhasz for the new
+ the new Boost web page design; and Zoltan &amp;quot;cad&amp;quot; Juhasz for the new
       Boost logo.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.32.0</title><pubDate>Fri, 19 Nov 2004 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.32.0</title><pubDate>Fri, 19 Nov 2004 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Assignment, Minmax, Multi-Index, Numeric Conversion, Program
       Options, Range, Serialization, String, Tribool. Updated Libraries: Graph, MPL,
       Python, Signals, Utility, Test. Removed Libraries: Compose.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=284047><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=284047><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_32_0.important___new_toolset_names&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Important
- - New Toolset Names&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- The names of some the Boost.Build &amp;lt;a href=&quot;/doc/libs/1_32_0/more/getting_started.html#Tools&quot;&amp;gt;toolsets&amp;lt;/a&amp;gt;
- have been changed to remove the &amp;amp;quot;&amp;lt;tt&amp;gt;.&amp;lt;/tt&amp;gt;&amp;amp;quot; (dot) character
- and to fix some other naming inconsistencies. For example, &amp;lt;tt&amp;gt;vc7.1&amp;lt;/tt&amp;gt;
- toolset was renamed to become &amp;lt;tt&amp;gt;vc-7_1&amp;lt;/tt&amp;gt;. Please refer to the
- &amp;lt;a href=&quot;/doc/libs/1_32_0/more/getting_started.html#Tools&quot;&amp;gt;Supported Toolsets&amp;lt;/a&amp;gt;
+ &lt;div id=&quot;version_1_32_0.important___new_toolset_names&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Important
+ - New Toolset Names&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ The names of some the Boost.Build &lt;a href=&quot;/doc/libs/1_32_0/more/getting_started.html#Tools&quot;&gt;toolsets&lt;/a&gt;
+ have been changed to remove the &amp;quot;&lt;tt&gt;.&lt;/tt&gt;&amp;quot; (dot) character
+ and to fix some other naming inconsistencies. For example, &lt;tt&gt;vc7.1&lt;/tt&gt;
+ toolset was renamed to become &lt;tt&gt;vc-7_1&lt;/tt&gt;. Please refer to the
+ &lt;a href=&quot;/doc/libs/1_32_0/more/getting_started.html#Tools&quot;&gt;Supported Toolsets&lt;/a&gt;
       section of the installation guide for the complete list of the current toolset
       names. This change was made as a part of the effort to make the Boost distribution
       compatible with ISO 9660 level 2 requirements.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_32_0.new_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/assign/index.html&quot;&amp;gt;Assignment Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Filling
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_32_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/assign/index.html&quot;&gt;Assignment Library&lt;/a&gt;:&lt;/span&gt; Filling
         containers with constant or generated data has never been easier, from Thorsten
         Ottosen.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/algorithm/minmax/index.html&quot;&amp;gt;Minmax
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Standard library extensions for simultaneous min/max and
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/algorithm/minmax/index.html&quot;&gt;Minmax
+ Library&lt;/a&gt;:&lt;/span&gt; Standard library extensions for simultaneous min/max and
         min/max element computations, from Herve Bronnimann.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/multi_index/doc/index.html&quot;&amp;gt;Multi-index
- Containers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Containers with multiple STL-compatible access
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt; Containers with multiple STL-compatible access
         interfaces, from Joaquin M Lopez Munoz.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/numeric/conversion/index.html&quot;&amp;gt;Numeric
- Conversion Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Optimized policy-based numeric conversions, from
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/numeric/conversion/index.html&quot;&gt;Numeric
+ Conversion Library&lt;/a&gt;:&lt;/span&gt; Optimized policy-based numeric conversions, from
         Fernando Cacciola.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/doc/html/program_options.html&quot;&amp;gt;Program
- Options Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Access to configuration data given on command line,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/doc/html/program_options.html&quot;&gt;Program
+ Options Library&lt;/a&gt;:&lt;/span&gt; Access to configuration data given on command line,
         in config files and other sources, from Vladimir Prus.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/range/index.html&quot;&amp;gt;Range Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; a
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/range/index.html&quot;&gt;Range Library&lt;/a&gt;:&lt;/span&gt; a
         new infrastructure for generic algorithms that builds on top of the new iterator
         concepts, from Thorsten Ottosen.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/serialization/doc/index.html&quot;&amp;gt;Serialization
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Serialization/de-serialization of arbitrary C++ data structures
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/serialization/doc/index.html&quot;&gt;Serialization
+ Library&lt;/a&gt;:&lt;/span&gt; Serialization/de-serialization of arbitrary C++ data structures
         to various formats including text, binary, and xml, from Robert Ramey.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/algorithm/string/index.html&quot;&amp;gt;String
- Algorithms Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Collection of string related algorithms for case
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/algorithm/string/index.html&quot;&gt;String
+ Algorithms Library&lt;/a&gt;:&lt;/span&gt; Collection of string related algorithms for case
         conversion, trimming, find/replace operations and more, from Pavol Droba.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/doc/html/tribool.html&quot;&amp;gt;Tribool&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; 3-state
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/doc/html/tribool.html&quot;&gt;Tribool&lt;/a&gt;:&lt;/span&gt; 3-state
         boolean type library, from Doug Gregor.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_32_0.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_32_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
         Compose: This deprecated library has been removed.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/index.html&quot;&amp;gt;Graph&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/bundles.html&quot;&amp;gt;bundled
- properties&amp;lt;/a&amp;gt; to the &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/adjacency_list.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_list&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/adjacency_matrix.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_matrix&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; class templates,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/graph/index.html&quot;&gt;Graph&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/bundles.html&quot;&gt;bundled
+ properties&lt;/a&gt; to the &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/adjacency_list.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_list&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/adjacency_matrix.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_matrix&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; class templates,
             greatly simplifying the introduction of internal vertex and edge properties.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- The &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/leda_conversion.html&quot;&amp;gt;LEDA
- graph adaptors&amp;lt;/a&amp;gt; have been ported to LEDA 4.5.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added algorithms for &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/betweenness_centrality.html&quot;&amp;gt;betweenness
- centrality&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/bc_clustering.html&quot;&amp;gt;betweenness
- centrality clustering&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/circle_layout.html&quot;&amp;gt;circle
- layout&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/kamada_kawai_spring_layout.html&quot;&amp;gt;undirected
- spring layout&amp;lt;/a&amp;gt; algorithms.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/index.html&quot;&amp;gt;MPL Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ The &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/leda_conversion.html&quot;&gt;LEDA
+ graph adaptors&lt;/a&gt; have been ported to LEDA 4.5.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added algorithms for &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/betweenness_centrality.html&quot;&gt;betweenness
+ centrality&lt;/a&gt; and &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/bc_clustering.html&quot;&gt;betweenness
+ centrality clustering&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/circle_layout.html&quot;&gt;circle
+ layout&lt;/a&gt; and &lt;a href=&quot;/doc/libs/1_32_0/libs/graph/doc/kamada_kawai_spring_layout.html&quot;&gt;undirected
+ spring layout&lt;/a&gt; algorithms.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/index.html&quot;&gt;MPL Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Updated to use the Boost Software License.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- New &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/index.html&quot;&amp;gt;documentation&amp;lt;/a&amp;gt;,
- including a complete &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/refmanual.html&quot;&amp;gt;reference
- manual.&amp;lt;/a&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ New &lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/index.html&quot;&gt;documentation&lt;/a&gt;,
+ including a complete &lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/refmanual.html&quot;&gt;reference
+ manual.&lt;/a&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Major interface changes and improvements, many of which are not backward
- compatible. Please refer to the &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html&quot;&amp;gt;1.32
- changelog&amp;lt;/a&amp;gt; for the detailed information about upgrading to the
+ compatible. Please refer to the &lt;a href=&quot;/doc/libs/1_32_0/libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html&quot;&gt;1.32
+ changelog&lt;/a&gt; for the detailed information about upgrading to the
             new version.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/python/doc/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/python/doc/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Updated to use the Boost Software License.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- a new, &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions&quot;&amp;gt;better
- method of wrapping classes with virtual functions&amp;lt;/a&amp;gt; has been implemented.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ a new, &lt;a href=&quot;/doc/libs/1_32_0/libs/python/doc/tutorial/doc/html/python/exposing.html#python.class_virtual_functions&quot;&gt;better
+ method of wrapping classes with virtual functions&lt;/a&gt; has been implemented.
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for the new Python Bool type, thanks to Daniel Holth.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for upcoming GCC symbol export control features have been folded
             in, thanks to Niall Douglas.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Improved support for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;auto_ptr&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;-like
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved support for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;auto_ptr&lt;/span&gt;&lt;/code&gt;-like
             types.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Components used by other libraries have been moved out of &amp;lt;tt&amp;gt;python/detail&amp;lt;/tt&amp;gt;
- and into &amp;lt;tt&amp;gt;boost/detail&amp;lt;/tt&amp;gt; to improve dependency relationships.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Components used by other libraries have been moved out of &lt;tt&gt;python/detail&lt;/tt&gt;
+ and into &lt;tt&gt;boost/detail&lt;/tt&gt; to improve dependency relationships.
+ &lt;/li&gt;
+ &lt;li&gt;
             Miscellaneous bug fixes and compiler workarounds.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/doc/html/signals.html&quot;&amp;gt;Signals Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Introduced
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; Introduced
         deterministic slot ordering, permitting slots to be connected at the beginning
         or end of slot groups or the slot list itself. Combiners may safely have
         state and are accessible from the signal.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/utility/utility.htm&quot;&amp;gt;Utility&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; class
- template &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/utility/utility.htm#result_of&quot;&amp;gt;result_of&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/utility/utility.htm&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt; class
+ template &lt;a href=&quot;/doc/libs/1_32_0/libs/utility/utility.htm#result_of&quot;&gt;result_of&lt;/a&gt;
         added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_32_0/libs/test/index.html&quot;&amp;gt;Test Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;namespace names gets shorten; old one still supported till next
- release&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;added proper encoding of XML PCDATA&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;support for wide string comparison implemented&amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_32_0/libs/test/index.html&quot;&gt;Test Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;namespace names gets shorten; old one still supported till next
+ release&lt;/li&gt;
+ &lt;li&gt;added proper encoding of XML PCDATA&lt;/li&gt;
+ &lt;li&gt;support for wide string comparison implemented&lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
     For complete list of changes see Test Library
- &amp;lt;a href=&quot;/doc/libs/1_32_0/libs/test/doc/release_notes.html#v1_32_0&quot;&amp;gt;release notes&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
+ &lt;a href=&quot;/doc/libs/1_32_0/libs/test/doc/release_notes.html#v1_32_0&quot;&gt;release notes&lt;/a&gt;.
+ &lt;/p&gt;
 
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_32_0.regression_tests&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Regression tests&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_32_0.regression_tests&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Regression tests&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       This release has been extensively tested on a variety of different compilers
       and platforms. It is known to contain no regressions against the previous reference
       release on the compilers and configurations tested. Please refer to the corresponding
- &amp;lt;a href=&quot;
http://www.meta-comm.com/engineering/boost-regression/1_32_0/index.html&quot;&amp;gt;regression
- reports&amp;lt;/a&amp;gt; to see how well your compiler performs on the new Boost codebase.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_32_0.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;img alt=&quot;[]&quot; src=&quot;http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg&quot;/&amp;gt; &amp;lt;a href=&quot;/users/people/aleksey_gurtovoy.html&quot;&amp;gt;Aleksey
- Gurtovoy&amp;lt;/a&amp;gt; managed this release. &amp;lt;a href=&quot;/doc/libs/1_32_0/more/release_procedures.htm&quot;&amp;gt;Managing
- a release&amp;lt;/a&amp;gt; at all is an enormous job, and Aleksey always goes beyond
+ &lt;a href=&quot;http://www.meta-comm.com/engineering/boost-regression/1_32_0/index.html&quot;&gt;regression
+ reports&lt;/a&gt; to see how well your compiler performs on the new Boost codebase.
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_32_0.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;img alt=&quot;[]&quot; src=&quot;http://boost.sourceforge.net/photos/aleksey_gurtovoy2.jpg&quot;/&gt; &lt;a href=&quot;/users/people/aleksey_gurtovoy.html&quot;&gt;Aleksey
+ Gurtovoy&lt;/a&gt; managed this release. &lt;a href=&quot;/doc/libs/1_32_0/more/release_procedures.htm&quot;&gt;Managing
+ a release&lt;/a&gt; at all is an enormous job, and Aleksey always goes beyond
       merely meeting requirements by insisting on the highest possible quality. The
       Boost membership owes him a debt of gratitude.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       This release wouldn't have been possible without the dedicated effort of many,
       many members of the Boost community who generously contributed their outstanding
       expertise, time and energy to making it happen. For patches, bug fixes, troubleshooting,
       expert advice, and prompt responses to the release manager's requests we thank:
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       David Abrahams, Misha Bergal, Jonathan Brandmeyer, Fernando Cacciola, Marshall
       Clow, Christopher Currie, Pavol Droba, Caleb Epstein, Eric Friedman, Jeff Garland,
       Michael Glassford, Doug Gregor, Joel de Guzman, Hubert Holin, Jaakko Jarvi,
@@ -1571,1487 +1571,1487 @@
       Melquiond, Thorsten Ottosen, Vladimir Prus, Robert Ramey, Rene Rivera, Gennadiy
       Rozental, Stefan Slapeta, Jonathan Turkanis, Pavel Vozenilek, Jonathan Wakely,
       Daryle Walker, Victor A. Wagner Jr. and Martin Wille.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       Also, our special thanks go to: John Maddock for the managing the effort of
- converting the majority of the Boost libraries to the &amp;lt;a href=&quot;/doc/libs/1_32_0/more/license_info.html&quot;&amp;gt;Boost
- Software License&amp;lt;/a&amp;gt;, Eric Niebler and Joel de Guzman for taking on the
+ converting the majority of the Boost libraries to the &lt;a href=&quot;/doc/libs/1_32_0/more/license_info.html&quot;&gt;Boost
+ Software License&lt;/a&gt;, Eric Niebler and Joel de Guzman for taking on the
       important job of improving the Boost documentation's look and feel, and last,
       but not least, to our regression test runners, without whom we simply would
       never have released: Toon Knapen, Bronek Kozicki, Rene Rivera, Markus Schopflin,
       Stefan Slapeta, Victor A. Wagner Jr. and Martin Wille.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       Thank you everybody!
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.31.0</title><pubDate>Mon, 26 Jan 2004 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.31.0</title><pubDate>Mon, 26 Jan 2004 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: enable_if, Variant. Updated Libraries: Date Time, Filesystem,
       Iterator, MultiArray, Python, Random Number, Regex, Spirit, Test. Deprecated
       Libraries: Compose.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=214915><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=214915><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_31_0.new_license&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New License&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- A unified &amp;lt;a href=&quot;/doc/libs/1_31_0/more/license_info.html&quot;&amp;gt;Boost Software
- License&amp;lt;/a&amp;gt; has been developed and will gradually replace the individual
+ &lt;div id=&quot;version_1_31_0.new_license&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New License&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ A unified &lt;a href=&quot;/doc/libs/1_31_0/more/license_info.html&quot;&gt;Boost Software
+ License&lt;/a&gt; has been developed and will gradually replace the individual
       licenses for most Boost libraries. The new license offers better legal protection
       for both users and developers, and should speed user's legal reviews of Boost
       libraries. Dave Abrahams led the Boost effort to develop better licensing.
- The legal team was led by &amp;lt;a href=&quot;
http://cyber.law.harvard.edu/people/cabell/index.html&quot;&amp;gt;Diane
- Cabell&amp;lt;/a&amp;gt;, Director, Clinical Programs, &amp;lt;a href=&quot;http://cyber.law.harvard.edu&quot;&amp;gt;Berkman
- Center for Internet &amp;amp;amp; Society&amp;lt;/a&amp;gt;, Harvard Law School. &amp;lt;a href=&quot;http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121&quot;&amp;gt;Devin
- Smith&amp;lt;/a&amp;gt;, attorney, &amp;lt;a href=&quot;http://www.nixonpeabody.com/default.asp&quot;&amp;gt;Nixon
- Peabody LLP&amp;lt;/a&amp;gt;, wrote the Boost License. Eva Chan, Harvard Law School,
+ The legal team was led by &lt;a href=&quot;http://cyber.law.harvard.edu/people/cabell/index.html&quot;&gt;Diane
+ Cabell&lt;/a&gt;, Director, Clinical Programs, &lt;a href=&quot;http://cyber.law.harvard.edu&quot;&gt;Berkman
+ Center for Internet &amp;amp; Society&lt;/a&gt;, Harvard Law School. &lt;a href=&quot;http://www.nixonpeabody.com/attorneys_detail1.asp?ID=121&quot;&gt;Devin
+ Smith&lt;/a&gt;, attorney, &lt;a href=&quot;http://www.nixonpeabody.com/default.asp&quot;&gt;Nixon
+ Peabody LLP&lt;/a&gt;, wrote the Boost License. Eva Chan, Harvard Law School,
       contributed analysis of issues and drafts of various legal documents.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       Note: Many of the Boost libraries are still using earlier licenses, though
- all conform to the &amp;lt;a href=&quot;/doc/libs/1_31_0/more/lib_guide.htm#license&quot;&amp;gt;Boost
- License Requirements&amp;lt;/a&amp;gt;. After this release we will begin an effort to
+ all conform to the &lt;a href=&quot;/doc/libs/1_31_0/more/lib_guide.htm#license&quot;&gt;Boost
+ License Requirements&lt;/a&gt;. After this release we will begin an effort to
       move toward uniform use of the new license.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_31_0.build_and_installation&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Build and Installation&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- New &amp;lt;a href=&quot;/doc/libs/1_31_0/more/getting_started.html&quot;&amp;gt;Getting Started&amp;lt;/a&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_31_0.build_and_installation&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Build and Installation&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ New &lt;a href=&quot;/doc/libs/1_31_0/more/getting_started.html&quot;&gt;Getting Started&lt;/a&gt;
         procedures ease download and installation, from Rene Rivera and others.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Improved support for libraries requiring &amp;lt;a href=&quot;/doc/libs/1_31_0/more/separate_compilation.html&quot;&amp;gt;separate
- compilation&amp;lt;/a&amp;gt;, from John Maddock and others.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_31_0.new_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/utility/enable_if.html&quot;&amp;gt;enable_if&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Selective
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved support for libraries requiring &lt;a href=&quot;/doc/libs/1_31_0/more/separate_compilation.html&quot;&gt;separate
+ compilation&lt;/a&gt;, from John Maddock and others.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_31_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/utility/enable_if.html&quot;&gt;enable_if&lt;/a&gt;:&lt;/span&gt; Selective
         inclusion of function template overloads, from Jaakko Jarvi, Jeremiah Willcock,
         and Andrew Lumsdaine. This is an important new technique which exploits the
         SFINAE (substitution-failure-is-not-an-error) principle.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/variant/index.html&quot;&amp;gt;Variant Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Safe,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/variant/index.html&quot;&gt;Variant Library&lt;/a&gt;:&lt;/span&gt; Safe,
         generic, stack-based discriminated union container, from Eric Friedman and
         Itay Maman.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_31_0.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/compose/index.htm&quot;&amp;gt;Compose&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; This
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_31_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/compose/index.htm&quot;&gt;Compose&lt;/a&gt;:&lt;/span&gt; This
         library has been deprecated and will be removed in a future release. Use
- &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/bind/bind.html&quot;&amp;gt;Bind&amp;lt;/a&amp;gt; or &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/lambda/doc/index.html&quot;&amp;gt;Lambda&amp;lt;/a&amp;gt; instead.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/date_time/doc/index.html&quot;&amp;gt;Date Time
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; A whole host of bug fixes, new features, and documentation
+ &lt;a href=&quot;/doc/libs/1_31_0/libs/bind/bind.html&quot;&gt;Bind&lt;/a&gt; or &lt;a href=&quot;/doc/libs/1_31_0/libs/lambda/doc/index.html&quot;&gt;Lambda&lt;/a&gt; instead.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/date_time/doc/index.html&quot;&gt;Date Time
+ Library&lt;/a&gt;:&lt;/span&gt; A whole host of bug fixes, new features, and documentation
         improvements. See the Date Time Change History for details.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/filesystem/doc/index.htm&quot;&amp;gt;Filesystem
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/filesystem/doc/index.htm&quot;&gt;Filesystem
+ Library&lt;/a&gt;:&lt;/span&gt;
   Several added functions, including improved checking for
         directory and file name portability.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/iterator/doc/index.html&quot;&amp;gt;Iterator
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Major version upgrade, with interface as proposed for the
- C++ library TR, including an improved &amp;lt;tt&amp;gt;iterator_adaptor&amp;lt;/tt&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/iterator/doc/index.html&quot;&gt;Iterator
+ Library&lt;/a&gt;:&lt;/span&gt; Major version upgrade, with interface as proposed for the
+ C++ library TR, including an improved &lt;tt&gt;iterator_adaptor&lt;/tt&gt;
         design plus several new components, from David Abrahams, Jeremy Siek, and
         Thomas Witt.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/multi_array/index.html&quot;&amp;gt;MultiArray&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; The
- &amp;lt;tt&amp;gt;multi_array&amp;lt;/tt&amp;gt; class template now provides an element-preserving
- resize operation as well as default construction (see the &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/multi_array/doc/reference.html&quot;&amp;gt;reference
- manual&amp;lt;/a&amp;gt; for more information).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/python/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/multi_array/index.html&quot;&gt;MultiArray&lt;/a&gt;:&lt;/span&gt; The
+ &lt;tt&gt;multi_array&lt;/tt&gt; class template now provides an element-preserving
+ resize operation as well as default construction (see the &lt;a href=&quot;/doc/libs/1_31_0/libs/multi_array/doc/reference.html&quot;&gt;reference
+ manual&lt;/a&gt; for more information).
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/python/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Support for Python 2.3 and Intel C++ on Linux
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Container &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/python/doc/v2/indexing.html&quot;&amp;gt;Indexing
- Suite&amp;lt;/a&amp;gt; added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Container &lt;a href=&quot;/doc/libs/1_31_0/libs/python/doc/v2/indexing.html&quot;&gt;Indexing
+ Suite&lt;/a&gt; added.
+ &lt;/li&gt;
+ &lt;li&gt;
             injected constructors and wrapped function objects.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             wrapping static data members.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;wstring&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; conversions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Improved &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/python/doc/v2/args.html&quot;&amp;gt;keyword
- arguments&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;wstring&lt;/span&gt;&lt;/code&gt; conversions.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Improved &lt;a href=&quot;/doc/libs/1_31_0/libs/python/doc/v2/args.html&quot;&gt;keyword
+ arguments&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
             Better error messages, including name demangling for GCC.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Simpler &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/python/doc/building.html&quot;&amp;gt;build
- procedure&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;em&amp;gt;...and more....&amp;lt;/em&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/random/index.html&quot;&amp;gt;Random Number
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Interface changed to match the C++ &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/random/wg21-proposal.html&quot;&amp;gt;TR
- proposal&amp;lt;/a&amp;gt;, from Jens Maurer.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/regex/doc/index.html&quot;&amp;gt;Regex&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Completely
+ &lt;/li&gt;
+ &lt;li&gt;
+ Simpler &lt;a href=&quot;/doc/libs/1_31_0/libs/python/doc/building.html&quot;&gt;build
+ procedure&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;em&gt;...and more....&lt;/em&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/random/index.html&quot;&gt;Random Number
+ Library&lt;/a&gt;:&lt;/span&gt; Interface changed to match the C++ &lt;a href=&quot;/doc/libs/1_31_0/libs/random/wg21-proposal.html&quot;&gt;TR
+ proposal&lt;/a&gt;, from Jens Maurer.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/regex/doc/index.html&quot;&gt;Regex&lt;/a&gt;:&lt;/span&gt; Completely
         new matching algorithm is now much faster than before, plus a selection of
- &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/regex/doc/history.html&quot;&amp;gt;new features and
- enhancements&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/spirit/index.html&quot;&amp;gt;Boost.Spirit
- 1.8.0&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;Multiple grammar start rules&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Multiple Scanner rules (no more scanner business woes)&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;More dynamic parsers&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Predefined actors&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Numerous bug fixes and QOI stuff&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;&amp;lt;em&amp;gt;and more...&amp;lt;/em&amp;gt;&amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;a href=&quot;/doc/libs/1_31_0/libs/regex/doc/history.html&quot;&gt;new features and
+ enhancements&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/spirit/index.html&quot;&gt;Boost.Spirit
+ 1.8.0&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;Multiple grammar start rules&lt;/li&gt;
+ &lt;li&gt;Multiple Scanner rules (no more scanner business woes)&lt;/li&gt;
+ &lt;li&gt;More dynamic parsers&lt;/li&gt;
+ &lt;li&gt;Predefined actors&lt;/li&gt;
+ &lt;li&gt;Numerous bug fixes and QOI stuff&lt;/li&gt;
+ &lt;li&gt;&lt;em&gt;and more...&lt;/em&gt;&lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
     Starting from Spirit v1.8.0, ill conforming compilers will no longer be
     supported. If you are still using one of these older compilers, please use
     Spirit v1.6.x. See [@http://spirit.sf.net Spirit's Site] for more details.
- &amp;lt;/p&amp;gt;
+ &lt;/p&gt;
 
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_31_0/libs/test/index.html&quot;&amp;gt;Test Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;Free function template based test case&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Custom exception translators support in execution monitor and
- register_exception_translator added for unit test framework&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Added support for multi-module unit tests in automatic
- registration facility&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Floating point comparison algorithm reworked (Is not backward
- compatible!!!)&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Added support for custom users predicate returning both boolean
- result code and possibly error message&amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;Documentation structure rework and update&amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_31_0/libs/test/index.html&quot;&gt;Test Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;Free function template based test case&lt;/li&gt;
+ &lt;li&gt;Custom exception translators support in execution monitor and
+ register_exception_translator added for unit test framework&lt;/li&gt;
+ &lt;li&gt;Added support for multi-module unit tests in automatic
+ registration facility&lt;/li&gt;
+ &lt;li&gt;Floating point comparison algorithm reworked (Is not backward
+ compatible!!!)&lt;/li&gt;
+ &lt;li&gt;Added support for custom users predicate returning both boolean
+ result code and possibly error message&lt;/li&gt;
+ &lt;li&gt;Documentation structure rework and update&lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
     For a complete list of changes see the Test Library
- &amp;lt;a href=&quot;/doc/libs/1_31_0/libs/test/doc/release_notes.html#v1_31_0&quot;&amp;gt;release notes&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
+ &lt;a href=&quot;/doc/libs/1_31_0/libs/test/doc/release_notes.html#v1_31_0&quot;&gt;release notes&lt;/a&gt;.
+ &lt;/p&gt;
 
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_31_0.miscellaneous&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Miscellaneous&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_31_0.miscellaneous&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Miscellaneous&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
         Expanded testing and fixes for non-conforming compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Web site hosting now provided by &amp;lt;a href=&quot;http://www.sourceforge.net/&quot;&amp;gt;SourceForge&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.30.2</title><pubDate>Tue, 19 Aug 2003 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Web site hosting now provided by &lt;a href=&quot;http://www.sourceforge.net/&quot;&gt;SourceForge&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.30.2</title><pubDate>Tue, 19 Aug 2003 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Bugfix release
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=178835><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=178835><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;
http://www.boost-consulting.com&quot;&amp;gt;Boost Consulting&amp;lt;/a&amp;gt; is now
- hosting Boost CVS mirrors - see our &amp;lt;a href=&quot;/more/getting_started.html#CVS&quot;&amp;gt;download
- page&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Backported changes to the &amp;lt;a href=&quot;/libs/config/config.htm&quot;&amp;gt;config system&amp;lt;/a&amp;gt;,
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.boost-consulting.com&quot;&gt;Boost Consulting&lt;/a&gt; is now
+ hosting Boost CVS mirrors - see our &lt;a href=&quot;/more/getting_started.html#CVS&quot;&gt;download
+ page&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Backported changes to the &lt;a href=&quot;/libs/config/config.htm&quot;&gt;config system&lt;/a&gt;,
       to better handle new compiler releases.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Bugs in regression reporting in subproject tests were fixed.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Tests are now run in the context of the user's PATH environment settings
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       msvc-stlport and intel-win32-stlport toolsets now build static libraries with
       multithreading enabled, to be compatible with the STLPort builds.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- intel-win32 toolset now handles &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;wchar_t&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ intel-win32 toolset now handles &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;wchar_t&lt;/span&gt;&lt;/code&gt;
       correctly when intel is installed over msvc6.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Backported fixes from the main trunk which prevent errors building the &amp;lt;a href=&quot;/libs/test/doc/index.html&quot;&amp;gt;Boost.Test&amp;lt;/a&amp;gt; library in its default configuration.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Backported portability improvements for &amp;lt;a href=&quot;/libs/utility/checked_delete.html&quot;&amp;gt;checked_delete&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Backported fixes from the main trunk which prevent errors building the &lt;a href=&quot;/libs/test/doc/index.html&quot;&gt;Boost.Test&lt;/a&gt; library in its default configuration.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Backported portability improvements for &lt;a href=&quot;/libs/utility/checked_delete.html&quot;&gt;checked_delete&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
       Locale support for metrowerks (requiring a statically-linked runtime) is more
       uniformly handled.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Backported &amp;lt;a href=&quot;/libs/conversion/lexical_cast.htm&quot;&amp;gt;conversion/lexical_cast&amp;lt;/a&amp;gt;'s
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;wchar_t&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; fixes from the main trunk.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- intel-linux-tools: added &amp;lt;tt&amp;gt;rt&amp;lt;/tt&amp;gt; to FINDLIBS in order to make
- the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;clock_gettime&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Backported &lt;a href=&quot;/libs/conversion/lexical_cast.htm&quot;&gt;conversion/lexical_cast&lt;/a&gt;'s
+ &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;wchar_t&lt;/span&gt;&lt;/code&gt; fixes from the main trunk.
+ &lt;/li&gt;
+ &lt;li&gt;
+ intel-linux-tools: added &lt;tt&gt;rt&lt;/tt&gt; to FINDLIBS in order to make
+ the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;clock_gettime&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
       function available (backport of a patch in CVS HEAD).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/tools/regression/index.htm&quot;&amp;gt;regression/compiler_status.cpp&amp;lt;/a&amp;gt;:
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/tools/regression/index.htm&quot;&gt;regression/compiler_status.cpp&lt;/a&gt;:
       backported fixes in error log links generation.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.30.1</title><pubDate>Mon, 4 Aug 2003 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.30.1</title><pubDate>Mon, 4 Aug 2003 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Withdrawn bug fix release, fixes for Lambda, Spirit, MPL, Function, Config,
       Format, Regex, Smart Pointers, Python
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
     This release was withdrawn on the 12 Aug 2003.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
- Fixes were made to the following libraries: * The &amp;lt;a href=&quot;/libs/lambda/doc/index.html&quot;&amp;gt;Boost.Lambda&amp;lt;/a&amp;gt;
- ..library is now usable with gcc-2.95.2 * &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/spirit/index.html&quot;&amp;gt;Boost.Spirit&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
+ Fixes were made to the following libraries: * The &lt;a href=&quot;/libs/lambda/doc/index.html&quot;&gt;Boost.Lambda&lt;/a&gt;
+ ..library is now usable with gcc-2.95.2 * &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/spirit/index.html&quot;&gt;Boost.Spirit&lt;/a&gt;:&lt;/span&gt;
   *
     Fixed. Using MSVC++6 (SP5), calling the assign action with a string value on
     parsers using the file_iterator will not work. * Fixed: using assign semantic
     action in a grammar with a multi_pass iterator adaptor applied to an std::istream_iterator
     resulted in a failure to compile under msvc 7.0. * Fixed: There is a bug in the
- &amp;lt;tt&amp;gt;range_run&amp;amp;lt;CharT&amp;amp;gt;::set(range&amp;amp;lt;CharT&amp;amp;gt; const&amp;amp;amp; r)&amp;lt;/tt&amp;gt;
- function in &amp;amp;quot;../boost/spirit/utility/impl/chset/range_run.ipp&amp;amp;quot;. * Fixed:
+ &lt;tt&gt;range_run&amp;lt;CharT&amp;gt;::set(range&amp;lt;CharT&amp;gt; const&amp;amp; r)&lt;/tt&gt;
+ function in &amp;quot;../boost/spirit/utility/impl/chset/range_run.ipp&amp;quot;. * Fixed:
     handling of trailing whitespace bug (ast_parse/pt_parse related) * Fixed: comment_p
- and end of data bug * Fixed: Most trailing space bug * Fixed: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;chset&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;~(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;range&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- bug, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;amp;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;chset&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;range&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- bug, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;amp;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;range&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;chset&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- bug * Fixed: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;impl&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;detach_clear&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; bug * Fixed: mismatch closure
- return type bug * Fixed: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;access_node_d&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;[]&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;access_match_d&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;[]&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; iterator bugs * Fixed a bug regarding thread
- safety of Phoenix/Spirit closures. * The Boost Template &amp;lt;a href=&quot;/libs/mpl/doc/index.html&quot;&amp;gt;Metaprogramming
- Library (MPL)&amp;lt;/a&amp;gt;'s ..typeof implementation is now compatible with Metrowerks
- CodeWarrior Pro8. * &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function/index.html&quot;&amp;gt;Boost.Function&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; workaround
- for the new Borland patch (version 0x564) and MSVC++ .NET 2003. * &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/config/index.html&quot;&amp;gt;Boost.Config&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;, &amp;lt;a href=&quot;/libs/format/doc/format.html&quot;&amp;gt;Boost.Format&amp;lt;/a&amp;gt;,
- and &amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Boost.Regex&amp;lt;/a&amp;gt; ..have been adjusted
+ and end of data bug * Fixed: Most trailing space bug * Fixed: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;chset&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;::&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;~(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;range&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;)&lt;/span&gt;&lt;/code&gt;
+ bug, &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;&amp;amp;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;chset&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;range&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;)&lt;/span&gt;&lt;/code&gt;
+ bug, &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;&amp;amp;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;range&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;chset&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;)&lt;/span&gt;&lt;/code&gt;
+ bug * Fixed: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;impl&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;detach_clear&lt;/span&gt;&lt;/code&gt; bug * Fixed: mismatch closure
+ return type bug * Fixed: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;access_node_d&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;access_match_d&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]&lt;/span&gt;&lt;/code&gt; iterator bugs * Fixed a bug regarding thread
+ safety of Phoenix/Spirit closures. * The Boost Template &lt;a href=&quot;/libs/mpl/doc/index.html&quot;&gt;Metaprogramming
+ Library (MPL)&lt;/a&gt;'s ..typeof implementation is now compatible with Metrowerks
+ CodeWarrior Pro8. * &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function/index.html&quot;&gt;Boost.Function&lt;/a&gt;:&lt;/span&gt; workaround
+ for the new Borland patch (version 0x564) and MSVC++ .NET 2003. * &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/config/index.html&quot;&gt;Boost.Config&lt;/a&gt;&lt;/span&gt;, &lt;a href=&quot;/libs/format/doc/format.html&quot;&gt;Boost.Format&lt;/a&gt;,
+ and &lt;a href=&quot;/libs/regex/index.html&quot;&gt;Boost.Regex&lt;/a&gt; ..have been adjusted
     to avoid warnings with GCC-3.3, and Boost.Format also now works with string types
- other than &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;string&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;. * &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;Smart
- Pointers&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- * &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;checked_delete&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ other than &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;string&lt;/span&gt;&lt;/code&gt;. * &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;Smart
+ Pointers&lt;/a&gt;:&lt;/span&gt;
+ * &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;checked_delete&lt;/span&gt;&lt;/code&gt;
     now works on more platforms * Compatibility with the SunPro compiler * Added
- missing &amp;lt;code&amp;gt;&amp;lt;span class=&quot;preprocessor&quot;&amp;gt;#include&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;s. * &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/python/index.html&quot;&amp;gt;Boost.Python&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ missing &lt;code&gt;&lt;span class=&quot;preprocessor&quot;&gt;#include&lt;/span&gt;&lt;/code&gt;s. * &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/python/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
   * warning suppression for
- finicky compilers * fixed a crashing bug in the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;raw_function&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ finicky compilers * fixed a crashing bug in the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;raw_function&lt;/span&gt;&lt;/code&gt;
     facility when no keyword arguments were passed. * Improved conversion of NULL
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;shared_ptr&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;s to Python.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.30.0</title><pubDate>Wed, 19 Mar 2003 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;shared_ptr&lt;/span&gt;&lt;/code&gt;s to Python.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.30.0</title><pubDate>Wed, 19 Mar 2003 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Filesystem, Optional, Interval, MPL, Spirit Updated Libraries:
       Smart Pointers, Utility, Date-Time, Function, Operators, Test
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=147682><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=147682><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/filesystem/doc/index.htm&quot;&amp;gt;Filesystem Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/filesystem/doc/index.htm&quot;&gt;Filesystem Library&lt;/a&gt;&lt;/span&gt; added
       - Portable paths, iteration over directories, and other useful filesystem operations,
       from Beman Dawes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/optional/doc/optional.html&quot;&amp;gt;Optional Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/optional/doc/optional.html&quot;&gt;Optional Library&lt;/a&gt;&lt;/span&gt; added
       - A discriminated-union wrapper for optional values, from Fernando Cacciola.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/numeric/interval/doc/interval.htm&quot;&amp;gt;Interval Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/numeric/interval/doc/interval.htm&quot;&gt;Interval Library&lt;/a&gt;&lt;/span&gt;
   added
       - Extends the usual arithmetic functions to mathematical intervals, from Guillaume
       Melquiond, Herve Bronnimann and Sylvain Pion.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/mpl/doc/index.html&quot;&amp;gt;MPL&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added - Template metaprogramming
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/mpl/doc/index.html&quot;&gt;MPL&lt;/a&gt;&lt;/span&gt; added - Template metaprogramming
       framework of compile-time algorithms, sequences and metafunction classes, from
       Aleksey Gurtovoy.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/spirit/index.html&quot;&amp;gt;Spirit Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added - An
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/spirit/index.html&quot;&gt;Spirit Library&lt;/a&gt;&lt;/span&gt; added - An
       LL (unlimited lookahead) parser framework that represents parsers directly
       as EBNF grammars in inlined C++ source code, complete with semantic actions,
       ASTs and much more, from Joel de Guzman and team.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointers Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; -
- cast functions are now spelled &amp;lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#static_pointer_cast&quot;&amp;gt;static_pointer_cast&amp;lt;/a&amp;gt;
- / &amp;lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast&quot;&amp;gt;dynamic_pointer_cast&amp;lt;/a&amp;gt;;
- &amp;lt;a href=&quot;/libs/smart_ptr/enable_shared_from_this.html&quot;&amp;gt;enable_shared_from_this&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;Smart Pointers Library&lt;/a&gt;&lt;/span&gt; -
+ cast functions are now spelled &lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#static_pointer_cast&quot;&gt;static_pointer_cast&lt;/a&gt;
+ / &lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast&quot;&gt;dynamic_pointer_cast&lt;/a&gt;;
+ &lt;a href=&quot;/libs/smart_ptr/enable_shared_from_this.html&quot;&gt;enable_shared_from_this&lt;/a&gt;
       added; shared_ptr::shared_ptr(), shared_ptr::reset(), weak_ptr::weak_ptr(),
- weak_ptr::reset() no longer throw; &amp;lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#get_deleter&quot;&amp;gt;get_deleter&amp;lt;/a&amp;gt;
- added; weak_ptr::get() removed; make_shared is now spelled &amp;lt;a href=&quot;/libs/smart_ptr/weak_ptr.htm#lock&quot;&amp;gt;weak_ptr::lock()&amp;lt;/a&amp;gt;
- ; &amp;lt;a href=&quot;/libs/smart_ptr/intrusive_ptr.html&quot;&amp;gt;intrusive_ptr documentation&amp;lt;/a&amp;gt;
+ weak_ptr::reset() no longer throw; &lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#get_deleter&quot;&gt;get_deleter&lt;/a&gt;
+ added; weak_ptr::get() removed; make_shared is now spelled &lt;a href=&quot;/libs/smart_ptr/weak_ptr.htm#lock&quot;&gt;weak_ptr::lock()&lt;/a&gt;
+ ; &lt;a href=&quot;/libs/smart_ptr/intrusive_ptr.html&quot;&gt;intrusive_ptr documentation&lt;/a&gt;
       added; some experimental undocumented shared_ptr features have been removed;
- a &amp;lt;a href=&quot;/libs/smart_ptr/sp_techniques.html&quot;&amp;gt;page describing some smart
- pointer programming techniques&amp;lt;/a&amp;gt; has been added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/libs/utility/assert.html&quot;&amp;gt;boost/assert.hpp&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/libs/utility/current_function.html&quot;&amp;gt;boost/current_function.hpp&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/libs/utility/throw_exception.html&quot;&amp;gt;boost/throw_exception.hpp&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/libs/utility/checked_delete.html&quot;&amp;gt;boost/checked_delete.hpp&amp;lt;/a&amp;gt;
+ a &lt;a href=&quot;/libs/smart_ptr/sp_techniques.html&quot;&gt;page describing some smart
+ pointer programming techniques&lt;/a&gt; has been added.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/libs/utility/assert.html&quot;&gt;boost/assert.hpp&lt;/a&gt;, &lt;a href=&quot;/libs/utility/current_function.html&quot;&gt;boost/current_function.hpp&lt;/a&gt;,
+ &lt;a href=&quot;/libs/utility/throw_exception.html&quot;&gt;boost/throw_exception.hpp&lt;/a&gt;,
+ &lt;a href=&quot;/libs/utility/checked_delete.html&quot;&gt;boost/checked_delete.hpp&lt;/a&gt;
       have been documented.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/date_time/doc/index.html&quot;&amp;gt;Date-Time Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; -
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/date_time/doc/index.html&quot;&gt;Date-Time Library&lt;/a&gt;&lt;/span&gt; -
       several fixes and small additions including an interface change to partial_date.
       See the Date-Time Change History for more details.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; - added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;&lt;/span&gt; - added
       support for assignment to zero (to clear) and comparison against zero (to check
       if empty).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/utility/operators.htm#symmetry&quot;&amp;gt;Operators Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; -
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/operators.htm#symmetry&quot;&gt;Operators Library&lt;/a&gt;&lt;/span&gt; -
       now takes advantage of named return value optimization (NRVO) when available,
       from Daniel Frey.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/status/compiler_status.html&quot;&amp;gt;Regression Tests&amp;lt;/a&amp;gt; - Much expanded,
- plus a very nice &amp;lt;a href=&quot;
http://boost.sourceforge.net/regression-logs/&quot;&amp;gt;summary
- page&amp;lt;/a&amp;gt; from Rene Rivera.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/test/index.html&quot;&amp;gt;Test Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; - introduced
- following new facilities: &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Automatic registration of unit tests &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/status/compiler_status.html&quot;&gt;Regression Tests&lt;/a&gt; - Much expanded,
+ plus a very nice &lt;a href=&quot;http://boost.sourceforge.net/regression-logs/&quot;&gt;summary
+ page&lt;/a&gt; from Rene Rivera.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/test/index.html&quot;&gt;Test Library&lt;/a&gt;&lt;/span&gt; - introduced
+ following new facilities: &lt;ul&gt;
+ &lt;li&gt;
+ Automatic registration of unit tests &lt;/li&gt;
+ &lt;li&gt;
           XML log format
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- XML report format &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- BOOST_CHECK_NO_THROW test tool &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ XML report format &lt;/li&gt;
+ &lt;li&gt;
+ BOOST_CHECK_NO_THROW test tool &lt;/li&gt;
+ &lt;li&gt;
           BOOST_BITWISE_CHECK test tool
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;p&amp;gt;
- For a complete list of changes see the Test Library &amp;lt;a href=&quot;/libs/test/doc/release_notes.html#v1_30_0&quot;&amp;gt;release
- notes&amp;lt;/a&amp;gt;. &amp;lt;/p&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;p&gt;
+ For a complete list of changes see the Test Library &lt;a href=&quot;/libs/test/doc/release_notes.html#v1_30_0&quot;&gt;release
+ notes&lt;/a&gt;. &lt;/p&gt;
 
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Many fixes and enhancements to other libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.29.0</title><pubDate>Thu, 10 Oct 2002 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.29.0</title><pubDate>Thu, 10 Oct 2002 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Date-Time, Dynamic Bitset, Format. Updated Libraries: Function,
       Multi-Array, Preprocessor, Python, Signals, uBLASH.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=137397><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=137397><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/date_time/doc/index.html&quot;&amp;gt;Date-Time Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/date_time/doc/index.html&quot;&gt;Date-Time Library&lt;/a&gt;&lt;/span&gt; added
       - Dates, times, leap seconds, infinity, and more, from Jeff Garland.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/dynamic_bitset/dynamic_bitset.html&quot;&amp;gt;Dynamic Bitset&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/dynamic_bitset/dynamic_bitset.html&quot;&gt;Dynamic Bitset&lt;/a&gt;&lt;/span&gt;
   added
- - A runtime sized version of the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;bitset&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ - A runtime sized version of the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;bitset&lt;/span&gt;&lt;/code&gt;
       class from Jeremy Siek and Chuck Allison.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/format/index.html&quot;&amp;gt;Format Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added - Type-safe
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/format/index.html&quot;&gt;Format Library&lt;/a&gt;&lt;/span&gt; added - Type-safe
       'printf-like' format operations, from Samuel Krempp.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Major
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt; Major
       syntactic changes have been made. Some old syntax and little-used features
       have been deprecated (and will be removed shortly), and the syntax for the
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;function&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; class template has been greatly
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;function&lt;/span&gt;&lt;/code&gt; class template has been greatly
       improved on conforming compilers. Please see the compatibility note for more
       information.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/multi_array/doc/index.html&quot;&amp;gt;Multi-array Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/multi_array/doc/index.html&quot;&gt;Multi-array Library&lt;/a&gt;&lt;/span&gt;
   added
       - Multidimensional containers and adaptors for arrays of contiguous data, from
       Ron Garcia.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/preprocessor/index.html&quot;&amp;gt;Preprocessor Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/preprocessor/index.html&quot;&gt;Preprocessor Library&lt;/a&gt;:&lt;/span&gt;
   Major
       upgrade, from Paul Mensonides.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/python/doc/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; - Version
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/python/doc/index.html&quot;&gt;Python Library&lt;/a&gt;&lt;/span&gt; - Version
       2 is released, from Dave Abrahams and others. This is a major rewrite which
       works on many more compilers and platforms, with a completely new interface
       and lots of new features. Boost.Python v2 requires Python 2.2 or later.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/signals/doc/index.html&quot;&amp;gt;Signals Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
- - Managed signals &amp;amp;amp; slots callback implementation, from Doug Gregor.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/test/doc/index.html&quot;&amp;gt;Test Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Major new
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/signals/doc/index.html&quot;&gt;Signals Library&lt;/a&gt;&lt;/span&gt; added
+ - Managed signals &amp;amp; slots callback implementation, from Doug Gregor.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/test/doc/index.html&quot;&gt;Test Library&lt;/a&gt;:&lt;/span&gt; Major new
       version, including full unit test capabilities, from Gennadiy Rozental.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/numeric/ublas/doc/index.htm&quot;&amp;gt;uBLAS Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/numeric/ublas/doc/index.htm&quot;&gt;uBLAS Library&lt;/a&gt;&lt;/span&gt; added
       - Basic linear algebra for dense, packed and sparse matrices, from Joerg Walter
       and Mathias Koch.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.28.0</title><pubDate>Wed, 15 May 2002 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.28.0</title><pubDate>Wed, 15 May 2002 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Lambda, I/O State Saver. Updated Libraries: Configuration, Random
       Number, Smart Pointers, Function Utility.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=123324><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=123324><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- The Boost mailing lists are now also accessible as &amp;lt;a href=&quot;/more/mailing_lists.htm#newsgroup&quot;&amp;gt;newsgroups&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- A powerful &amp;lt;a href=&quot;
http://aspn.activestate.com/ASPN/Mail/Archives/boost/&quot;&amp;gt;mailing
- list archive&amp;lt;/a&amp;gt; has been contributed by the &amp;lt;a href=&quot;http://aspn.activestate.com/ASPN&quot;&amp;gt;ActiveState
- Programmer Network&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/lambda/doc/index.html&quot;&amp;gt;Lambda Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added,
+ &lt;ul&gt;
+ &lt;li&gt;
+ The Boost mailing lists are now also accessible as &lt;a href=&quot;/more/mailing_lists.htm#newsgroup&quot;&gt;newsgroups&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ A powerful &lt;a href=&quot;http://aspn.activestate.com/ASPN/Mail/Archives/boost/&quot;&gt;mailing
+ list archive&lt;/a&gt; has been contributed by the &lt;a href=&quot;http://aspn.activestate.com/ASPN&quot;&gt;ActiveState
+ Programmer Network&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/lambda/doc/index.html&quot;&gt;Lambda Library&lt;/a&gt;&lt;/span&gt; added,
       from Jaakko Jarvi and Gary Powell. Define small unnamed function objects at
- the actual call site: for_each( a.begin(), a.end(), std::cout &amp;amp;lt;&amp;amp;lt; _1 &amp;amp;lt;&amp;amp;lt;
+ the actual call site: for_each( a.begin(), a.end(), std::cout &amp;lt;&amp;lt; _1 &amp;lt;&amp;lt;
       ' ' );
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/io/doc/ios_state.html&quot;&amp;gt;I/O State Saver Library added&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; -
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/io/doc/ios_state.html&quot;&gt;I/O State Saver Library added&lt;/a&gt;&lt;/span&gt; -
       Save I/O state to prevent jumbled data, from Daryle Walker.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/config/config.htm&quot;&amp;gt;Configuration Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; User
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/config/config.htm&quot;&gt;Configuration Library&lt;/a&gt;:&lt;/span&gt; User
       code should not use BOOST_NO_LIMITS.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Avoid
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt; Avoid
       compiler warnings.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;Smart Pointers Library&lt;/a&gt;:&lt;/span&gt; Added
       shared_polymorphic_cast and shared_polymorphic_downcast.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Now
- supports function objects with the unary &amp;lt;code&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt; Now
+ supports function objects with the unary &lt;code&gt;&lt;span class=&quot;special&quot;&gt;&amp;amp;&lt;/span&gt;&lt;/code&gt;
       operator overloaded.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/utility/utility.htm&quot;&amp;gt;Utility Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Added
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;addressof&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/utility.htm&quot;&gt;Utility Library&lt;/a&gt;:&lt;/span&gt; Added
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;addressof&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
       function.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       The usual small fixes and tweaks.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.27.0</title><pubDate>Tue, 5 Feb 2002 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.27.0</title><pubDate>Tue, 5 Feb 2002 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Python, Integer, Function, Quaternions, Octonions, Smart
       Pointers, Preprocessor, Threads.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=77358><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=77358><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/python/doc/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Scott
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/python/doc/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt; Scott
       Snyder contributed inplace operator support.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;Integer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Daryle
- Walker contributed enhancements to the &amp;lt;a href=&quot;/libs/integer/integer.htm&quot;&amp;gt;type
- selection templates&amp;lt;/a&amp;gt;, and added new compile-time &amp;lt;a href=&quot;/libs/integer/doc/integer_mask.html&quot;&amp;gt;bit
- mask&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/libs/integer/doc/static_log2.html&quot;&amp;gt;binary logarithm&amp;lt;/a&amp;gt;,
- and &amp;lt;a href=&quot;/libs/integer/doc/static_min_max.html&quot;&amp;gt;extrema&amp;lt;/a&amp;gt; templates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; user
- may request that &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;function&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; objects store a reference to a function
- object target instead of a copy, using &amp;lt;a href=&quot;/libs/bind/ref.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ref&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;. Stateless objects are optimized
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/integer/index.html&quot;&gt;Integer Library&lt;/a&gt;:&lt;/span&gt; Daryle
+ Walker contributed enhancements to the &lt;a href=&quot;/libs/integer/integer.htm&quot;&gt;type
+ selection templates&lt;/a&gt;, and added new compile-time &lt;a href=&quot;/libs/integer/doc/integer_mask.html&quot;&gt;bit
+ mask&lt;/a&gt;, &lt;a href=&quot;/libs/integer/doc/static_log2.html&quot;&gt;binary logarithm&lt;/a&gt;,
+ and &lt;a href=&quot;/libs/integer/doc/static_min_max.html&quot;&gt;extrema&lt;/a&gt; templates.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt; user
+ may request that &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;function&lt;/span&gt;&lt;/code&gt; objects store a reference to a function
+ object target instead of a copy, using &lt;a href=&quot;/libs/bind/ref.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ref&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;. Stateless objects are optimized
       so that they require no dynamic storage.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/html/boost_math/quaternions.html&quot;&amp;gt;Quaternions&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/boost_math/quaternions.html&quot;&gt;Quaternions&lt;/a&gt;:&lt;/span&gt; added
       support for GCC 2.95.x.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/html/boost_math/octonions.html&quot;&amp;gt;Octonions&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/boost_math/octonions.html&quot;&gt;Octonions&lt;/a&gt;:&lt;/span&gt; added
       support for GCC 2.95.x.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Peter
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;Smart Pointers Library&lt;/a&gt;:&lt;/span&gt; Peter
       Dimov contributed a new implementation that fixes some bugs and adds some features
- including &amp;lt;a href=&quot;/libs/smart_ptr/compatibility.htm#threadsafe&quot;&amp;gt;thread
- safety&amp;lt;/a&amp;gt; when manipulating the use count, &amp;lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#constructors&quot;&amp;gt;custom
- delete functions&amp;lt;/a&amp;gt;, a new &amp;lt;a href=&quot;/libs/smart_ptr/weak_ptr.htm&quot;&amp;gt;weak_ptr&amp;lt;/a&amp;gt;,
+ including &lt;a href=&quot;/libs/smart_ptr/compatibility.htm#threadsafe&quot;&gt;thread
+ safety&lt;/a&gt; when manipulating the use count, &lt;a href=&quot;/libs/smart_ptr/shared_ptr.htm#constructors&quot;&gt;custom
+ delete functions&lt;/a&gt;, a new &lt;a href=&quot;/libs/smart_ptr/weak_ptr.htm&quot;&gt;weak_ptr&lt;/a&gt;,
       and shared_static_cast and shared_dynamic_cast.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/preprocessor/doc/index.html&quot;&amp;gt;Preprocessor Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/preprocessor/doc/index.html&quot;&gt;Preprocessor Library&lt;/a&gt;:&lt;/span&gt;
   changed
       macro prefix from BOOST_PREPROCESSOR to BOOST_PP, added support for list data
       structure manipulation, added examples, made library ANSI C friendly, added
- generalized &amp;lt;a href=&quot;/libs/preprocessor/doc/ref/for.html&quot;&amp;gt;repetition&amp;lt;/a&amp;gt;
- and &amp;lt;a href=&quot;/libs/preprocessor/doc/ref/while.html&quot;&amp;gt;iteration&amp;lt;/a&amp;gt; primitives,
+ generalized &lt;a href=&quot;/libs/preprocessor/doc/ref/for.html&quot;&gt;repetition&lt;/a&gt;
+ and &lt;a href=&quot;/libs/preprocessor/doc/ref/while.html&quot;&gt;iteration&lt;/a&gt; primitives,
       improved reference manual.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/thread/doc/index.html&quot;&amp;gt;Threads Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Mac
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/thread/doc/index.html&quot;&gt;Threads Library&lt;/a&gt;:&lt;/span&gt; Mac
       Carbon implementation contributed by Mac Murrett.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Minor fixes to many libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.26.0</title><pubDate>Fri, 30 Nov 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.26.0</title><pubDate>Fri, 30 Nov 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Common Factor, Preprocessor. Updated Libraries: Iterator Adaptor,
       Random Number, Operators.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138095><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138095><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/math/doc/common_factor.html&quot;&amp;gt;Common Factor Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/math/doc/common_factor.html&quot;&gt;Common Factor Library&lt;/a&gt;&lt;/span&gt;
   added.
       Greatest common divisor and least common multiple, from Daryle Walker.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/preprocessor/doc/index.html&quot;&amp;gt;Preprocessor Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/preprocessor/doc/index.html&quot;&gt;Preprocessor Library&lt;/a&gt;&lt;/span&gt;
   added.
       Preprocessor metaprogramming tools including repetition and recursion, from
       Vesa Karvonen.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/utility/iterator_adaptors.htm&quot;&amp;gt;Iterator Adaptor Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Added
- &amp;lt;a href=&quot;/libs/utility/generator_iterator.htm&quot;&amp;gt;generator iterator&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/iterator_adaptors.htm&quot;&gt;Iterator Adaptor Library&lt;/a&gt;:&lt;/span&gt; Added
+ &lt;a href=&quot;/libs/utility/generator_iterator.htm&quot;&gt;generator iterator&lt;/a&gt;
       adaptor, from Jens Maurer.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Removed
- iterator interface. Fixed overflows in uniform_int&amp;amp;lt;&amp;amp;gt;. Both changes cause
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt; Removed
+ iterator interface. Fixed overflows in uniform_int&amp;lt;&amp;gt;. Both changes cause
       random number sequences to differ compared to previous boost releases.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- [phase library..&amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;operators.hpp&amp;lt;/a&amp;gt;:]
+ &lt;/li&gt;
+ &lt;li&gt;
+ [phase library..&lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;operators.hpp&lt;/a&gt;:]
       Improvements from Daryle and Helmut Ziesel
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/tools/build/index.html&quot;&amp;gt;Boost.Build&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Continuing
- improvements, including pre-built &amp;lt;a href=&quot;/tools/build/index.html&quot;&amp;gt;Boost.Jam
- executables&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/tools/build/index.html&quot;&gt;Boost.Build&lt;/a&gt;:&lt;/span&gt; Continuing
+ improvements, including pre-built &lt;a href=&quot;/tools/build/index.html&quot;&gt;Boost.Jam
+ executables&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
       Minor fixes to a number of other libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.25.1</title><pubDate>Mon, 5 Nov 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.25.1</title><pubDate>Mon, 5 Nov 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Graph, Thread, Function.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138097><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138097><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/tools/build/index.html&quot;&amp;gt;Boost Build System&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Continued
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/tools/build/index.html&quot;&gt;Boost Build System&lt;/a&gt;:&lt;/span&gt; Continued
       improvements.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/config/config.htm&quot;&amp;gt;Config Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Continued
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/config/config.htm&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; Continued
       refinements.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/index.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Final
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt; Final
       cleanup for upcoming the Boost Graph Library book.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/thread/doc/index.html&quot;&amp;gt;Thread Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/thread/doc/index.html&quot;&gt;Thread Library&lt;/a&gt;:&lt;/span&gt; Minor
       fixes - tests now pass on most Win32 and POSIX systems including Linux and
       Solaris. Semaphore removed as too error prone.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; direct
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt; direct
       support for member function pointers and documentation updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;
http://groups.yahoo.com/group/Boost-Users&quot;&amp;gt;Boost-Users&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://groups.yahoo.com/group/Boost-Users&quot;&gt;Boost-Users&lt;/a&gt;
       mailing list has been created to address topics of interest to users of Boost
       libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl&quot;&amp;gt;Boost
- Wiki web&amp;lt;/a&amp;gt; added. Provides a place for Boost users to openly discuss
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl&quot;&gt;Boost
+ Wiki web&lt;/a&gt; added. Provides a place for Boost users to openly discuss
       and document the use of Boost libraries. It is not officially maintained by
       Boost developers.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.25.0</title><pubDate>Mon, 1 Oct 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.25.0</title><pubDate>Mon, 1 Oct 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Thread, Bind. Updated Libraries: Utility, Array, Config, Random
       Number, Math, Tokenizer.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138098><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138098><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/thread/doc/index.html&quot;&amp;gt;Thread Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added.
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/thread/doc/index.html&quot;&gt;Thread Library&lt;/a&gt;&lt;/span&gt; added.
       Portable C++ multi-programming at last, from William Kempf.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/libs/utility/base_from_member.html&quot;&amp;gt;Base From Member&amp;lt;/a&amp;gt; added
- to &amp;lt;a href=&quot;/libs/utility/utility.htm&quot;&amp;gt;Utility Library&amp;lt;/a&amp;gt;. Support
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/libs/utility/base_from_member.html&quot;&gt;Base From Member&lt;/a&gt; added
+ to &lt;a href=&quot;/libs/utility/utility.htm&quot;&gt;Utility Library&lt;/a&gt;. Support
       for the base from member idiom, from Daryle Walker.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/libs/bind/bind.html&quot;&amp;gt;Bind&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/libs/bind/mem_fn.html&quot;&amp;gt;mem_fn&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/libs/bind/bind.html&quot;&gt;Bind&lt;/a&gt; and &lt;a href=&quot;/libs/bind/mem_fn.html&quot;&gt;mem_fn&lt;/a&gt;
       added - Generalized binders for function/object/pointers and member functions,
       from Peter Dimov.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/array/index.html&quot;&amp;gt;Array Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor updates,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array Library&lt;/a&gt;:&lt;/span&gt; Minor updates,
       from Nico Josuttis.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/config/config.htm&quot;&amp;gt;Config Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; major redesign
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/config/config.htm&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; major redesign
       with much improved and automated configuration of Boost libraries for specific
       compilers, from John Maddock.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt; Fixed
       bug when copying normal_distribution and improved the documentation, from Michael
       Stevens and Jens Maurer.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/html/boost_math/math_special_functions.html&quot;&amp;gt;Special functions&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/doc/html/boost_math/octonions.html&quot;&amp;gt;octonions&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/doc/html/boost_math/quaternions.html&quot;&amp;gt;quaternions&amp;lt;/a&amp;gt; updated, now
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/html/boost_math/math_special_functions.html&quot;&gt;Special functions&lt;/a&gt;,
+ &lt;a href=&quot;/doc/html/boost_math/octonions.html&quot;&gt;octonions&lt;/a&gt;, &lt;a href=&quot;/doc/html/boost_math/quaternions.html&quot;&gt;quaternions&lt;/a&gt; updated, now
       useable with many more compilers, plus three new special functions, from Hubert
       Holin, Eric Ford, and others.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/tokenizer/index.html&quot;&amp;gt;Tokenizer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/tokenizer/index.html&quot;&gt;Tokenizer Library&lt;/a&gt;:&lt;/span&gt;
   fixes/enhancements
       to escaped_list_separator based on empty fields and tokens comments from Johan
       Nillson and Jens Maurer.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Coming Soon - A mailing list for Boost users!
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.24.0</title><pubDate>Sun, 19 Aug 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.24.0</title><pubDate>Sun, 19 Aug 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Library: Tuple.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138099><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138099><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/tuple/doc/tuple_users_guide.html&quot;&amp;gt;Tuple Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/tuple/doc/tuple_users_guide.html&quot;&gt;Tuple Library&lt;/a&gt;&lt;/span&gt;
   added.
       Tuples ease definition of functions returning multiple values, and more, from
       Jaakko Jarvi.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Minor fixes to some other libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/tools/build/index.html&quot;&amp;gt;Boost Build System&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/tools/build/index.html&quot;&gt;Boost Build System&lt;/a&gt;&lt;/span&gt; added.
       Preliminary release of an innovative build system for Boost libraries, from
       Dave Abrahams and others.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/more/formal_review_schedule.html&quot;&amp;gt;Formal Review Schedule&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/more/formal_review_schedule.html&quot;&gt;Formal Review Schedule&lt;/a&gt;
       added. Shows current, future, and recent past review dates.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.23.0</title><pubDate>Fri, 6 Jul 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.23.0</title><pubDate>Fri, 6 Jul 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Any, Function, Tokenizer, Special functions, Octonions, Quaternions.
       Updated Library: Smart Pointer.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138102><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138102><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/any/index.html&quot;&amp;gt;Any Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added. Safe, generic
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/any/index.html&quot;&gt;Any Library&lt;/a&gt;&lt;/span&gt; added. Safe, generic
       container for single values of different value types, from Kevlin Henney.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;&lt;/span&gt; added.
       Function object wrappers for deferred calls or callbacks, from Doug Gregor.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/tokenizer/index.html&quot;&amp;gt;Tokenizer Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/tokenizer/index.html&quot;&gt;Tokenizer Library&lt;/a&gt;&lt;/span&gt; added.
       Break a string into a series of tokens, from John Bandela.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/html/boost_math/math_special_functions.html&quot;&amp;gt;Special functions&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/doc/html/boost_math/octonions.html&quot;&amp;gt;octonions&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/doc/html/boost_math/quaternions.html&quot;&amp;gt;quaternions&amp;lt;/a&amp;gt; added, from
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/html/boost_math/math_special_functions.html&quot;&gt;Special functions&lt;/a&gt;,
+ &lt;a href=&quot;/doc/html/boost_math/octonions.html&quot;&gt;octonions&lt;/a&gt;, &lt;a href=&quot;/doc/html/boost_math/quaternions.html&quot;&gt;quaternions&lt;/a&gt; added, from
       Hubert Holin.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/smart_ptr.htm&quot;&amp;gt;Smart Pointer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/smart_ptr.htm&quot;&gt;Smart Pointer Library&lt;/a&gt;:&lt;/span&gt;
   shared_ptr
       polymorphic pointers now work on more broken compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       IBM/Aix Compiler status table contributed by Toon Knapen.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Minor fixes to a number of other libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.22.0</title><pubDate>Fri, 25 May 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.22.0</title><pubDate>Fri, 25 May 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libary: CRC. Updated Libraries: Graph, Integer, Regex, Smart Pointer, Utility.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138104><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138104><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/crc/index.html&quot;&amp;gt;CRC Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added. Compute
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/crc/index.html&quot;&gt;CRC Library&lt;/a&gt;&lt;/span&gt; added. Compute
       cyclic redundancy codes from Daryle Walker.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/index.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt; Minor
       fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/integer/integer_traits.html&quot;&amp;gt;Integer Traits&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/integer/integer_traits.html&quot;&gt;Integer Traits&lt;/a&gt;:&lt;/span&gt; added
       wchar_t specialization, minor portability fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regex Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor portability
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Minor portability
       fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/smart_ptr.htm&quot;&amp;gt;Smart Pointer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/smart_ptr.htm&quot;&gt;Smart Pointer Library&lt;/a&gt;:&lt;/span&gt;
   fixed
       bugs, tightened requirements, added examples.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/utility/utility.htm&quot;&amp;gt;Utility Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/utility.htm&quot;&gt;Utility Library&lt;/a&gt;:&lt;/span&gt; added
       checked_delete() and checked_array_delete() functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.21.2</title><pubDate>Tue, 24 Apr 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.21.2</title><pubDate>Tue, 24 Apr 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Compatibility. Updated Libraries: Random Number, Integer, Graph.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138108><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138108><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/compatibility/index.html&quot;&amp;gt;Compatibility Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/compatibility/index.html&quot;&gt;Compatibility Library&lt;/a&gt;&lt;/span&gt;
   added:
       Help for non-conforming standard libraries missing CXX headers from Ralf Grosse-Kunstleve,
- and help for missing standard library &amp;amp;lt;limits&amp;amp;gt; header from Jens Maurer.
+ and help for missing standard library &amp;lt;limits&amp;gt; header from Jens Maurer.
       (These are unreviewed implementation libraries, treated as maintenance steps
       only.)
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Split
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt; Split
       into separate headers, updated documentation, added lagged_fibonacci generator.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;Integer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/integer/index.html&quot;&gt;Integer Library&lt;/a&gt;:&lt;/span&gt; Minor
       portability update.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
   Changed
       algorithm interfaces to use named parameters technique. Added graph isomorphism
       algorithm.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Download refinements - files now available from either FTP or web server.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;
http://sourceforge.net/tracker/?group_id=7586&quot;&amp;gt;Tracker&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://sourceforge.net/tracker/?group_id=7586&quot;&gt;Tracker&lt;/a&gt;
       Added: View and submit bug, support, and feature requests.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Minor portability fixes in several other libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.21.1</title><pubDate>Wed, 14 Mar 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.21.1</title><pubDate>Wed, 14 Mar 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Graph, Python, Regex.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138111><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138111><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
       New download page. The .zip and .tar.gz files now live on the SourceForge ftp
       site.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/index.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt; Minor
       docs fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/python/doc/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/python/doc/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt; Minor
       docs fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regex Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor portability
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Minor portability
       fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.21.0</title><pubDate>Fri, 9 Mar 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.21.0</title><pubDate>Fri, 9 Mar 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Iterator Adaptor, Pool, Test. Updated Libraries: Graph, Python,
       Regular Expression, Type Traits.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/utility/iterator_adaptors.htm&quot;&amp;gt;Iterator Adaptor Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/utility/iterator_adaptors.htm&quot;&gt;Iterator Adaptor Library&lt;/a&gt;&lt;/span&gt; added.
       Adapt a base type into a standard conforming iterator, and more, from Dave
       Abrahams, Jeremy Siek, and John Potter.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/pool/doc/index.html&quot;&amp;gt;Pool Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added. Memory
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/pool/doc/index.html&quot;&gt;Pool Library&lt;/a&gt;&lt;/span&gt; added. Memory
       pool management from Steve Cleary.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/test/doc/index.html&quot;&amp;gt;Test Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added. Support
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/test/doc/index.html&quot;&gt;Test Library&lt;/a&gt;&lt;/span&gt; added. Support
       for program testing and execution from Beman Dawes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/more/generic_programming.html&quot;&amp;gt;Generic Programming Techniques&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/more/generic_programming.html&quot;&gt;Generic Programming Techniques&lt;/a&gt;
       page added, contributed by Dave Abrahams.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
   Updated
- use of iterator adaptors. Changed &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;special&quot;&amp;gt;==&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_list&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;edge_descriptor&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- to improve semantics for multigraphs. Moved &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_iterator_generator&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- from namespace &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;detail&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and added &amp;lt;a href=&quot;/libs/graph/doc/adjacency_iterator.html&quot;&amp;gt;documentation&amp;lt;/a&amp;gt;.
- Renamed &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dynamic_components&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; to &amp;lt;a href=&quot;/libs/graph/doc/incremental_components.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;incremental_components&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
- better matching graph literature terminology. Cleaned up interface of &amp;lt;a href=&quot;/libs/graph/doc/connected_components.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;connected_components&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; and created separate &amp;lt;a href=&quot;/libs/graph/doc/strong_components.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;strong_components&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
+ use of iterator adaptors. Changed &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;
+ &lt;span class=&quot;special&quot;&gt;==&lt;/span&gt;&lt;/code&gt; for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_list&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;edge_descriptor&lt;/span&gt;&lt;/code&gt;
+ to improve semantics for multigraphs. Moved &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_iterator_generator&lt;/span&gt;&lt;/code&gt;
+ from namespace &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;detail&lt;/span&gt;&lt;/code&gt; to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;/code&gt; and added &lt;a href=&quot;/libs/graph/doc/adjacency_iterator.html&quot;&gt;documentation&lt;/a&gt;.
+ Renamed &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dynamic_components&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; to &lt;a href=&quot;/libs/graph/doc/incremental_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;incremental_components&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
+ better matching graph literature terminology. Cleaned up interface of &lt;a href=&quot;/libs/graph/doc/connected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;connected_components&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and created separate &lt;a href=&quot;/libs/graph/doc/strong_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;strong_components&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
       function using Tarjan's more efficient algorithm. Fixed documentation figures
- for &amp;lt;a href=&quot;/libs/graph/doc/adjacency_list.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_list&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
- and &amp;lt;a href=&quot;/libs/graph/doc/adjacency_matrix.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_matrix&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;.
- Added docs for &amp;lt;a href=&quot;/libs/graph/doc/cuthill_mckee_ordering.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;cuthill_mckee_ordering&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
+ for &lt;a href=&quot;/libs/graph/doc/adjacency_list.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_list&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
+ and &lt;a href=&quot;/libs/graph/doc/adjacency_matrix.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_matrix&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;.
+ Added docs for &lt;a href=&quot;/libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill_mckee_ordering&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
       algorithm.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/python/doc/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; upgraded.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/python/doc/index.html&quot;&gt;Python Library&lt;/a&gt;&lt;/span&gt; upgraded.
       Better compatibility with Python 2.0, NULL pointers and smart-pointers get
       converted to/from python None, massive documentation review/revision.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;:&lt;/span&gt; Minor
       fixes for Unicode platforms.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/type_traits/index.html&quot;&amp;gt;Type Traits Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/type_traits/index.html&quot;&gt;Type Traits Library&lt;/a&gt;&lt;/span&gt;
   upgraded:
       Major revision.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.20.2</title><pubDate>Sat, 10 Feb 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.20.2</title><pubDate>Sat, 10 Feb 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Array traits, Graph, Integer, Random Number, Rational Number,
       Regular Expression, Smart Pointer, Timer.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138112><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=138112><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
       Array traits: minor portability fix.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; -
- Changes to &amp;lt;a href=&quot;/libs/graph/doc/breadth_first_search.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;breadth_first_search&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
- re: &amp;lt;a href=&quot;/libs/graph/doc/BFSVisitor.html&quot;&amp;gt;BFSVisitor&amp;lt;/a&amp;gt;, added
- max flow algorithms &amp;lt;a href=&quot;/libs/graph/doc/edmunds_karp_max_flow.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;edmunds_karp_max_flow&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
- and &amp;lt;a href=&quot;/libs/graph/doc/push_relabel_max_flow.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;push_relabel_max_flow&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;, added &amp;lt;a href=&quot;/libs/graph/doc/adjacency_matrix.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_matrix&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; graph class, added
- &amp;lt;a href=&quot;/libs/graph/doc/filtered_graph.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;filtered_graph&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt; -
+ Changes to &lt;a href=&quot;/libs/graph/doc/breadth_first_search.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;breadth_first_search&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
+ re: &lt;a href=&quot;/libs/graph/doc/BFSVisitor.html&quot;&gt;BFSVisitor&lt;/a&gt;, added
+ max flow algorithms &lt;a href=&quot;/libs/graph/doc/edmunds_karp_max_flow.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;edmunds_karp_max_flow&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
+ and &lt;a href=&quot;/libs/graph/doc/push_relabel_max_flow.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;push_relabel_max_flow&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, added &lt;a href=&quot;/libs/graph/doc/adjacency_matrix.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_matrix&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; graph class, added
+ &lt;a href=&quot;/libs/graph/doc/filtered_graph.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;filtered_graph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;
       adaptor
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;Integer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/integer/index.html&quot;&gt;Integer Library&lt;/a&gt;:&lt;/span&gt; minor
       fixes to integer.hpp and integer_test.cpp
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;microsoft_vcpp.html&quot;&amp;gt;Portability Hints: Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;microsoft_vcpp.html&quot;&gt;Portability Hints: Microsoft Visual C++&lt;/a&gt;
       added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt; Minor
       portability fixes
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/rational/index.html&quot;&amp;gt;Rational Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/rational/index.html&quot;&gt;Rational Number Library&lt;/a&gt;:&lt;/span&gt;
   documentation
       updates, efficiency improvements, co-operates with user-defined types, regression
       tests
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;:&lt;/span&gt; minor
       updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;Smart Pointer Library&lt;/a&gt;:&lt;/span&gt;
   shared_ptr
       example added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/timer/index.html&quot;&amp;gt;Timer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; changed to
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/timer/index.html&quot;&gt;Timer Library&lt;/a&gt;:&lt;/span&gt; changed to
       an all inline implementation.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.20.1</title><pubDate>Wed, 10 Jan 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.20.1</title><pubDate>Wed, 10 Jan 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Compressed Pair, Graph Library, Regular Expression.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/boost/compressed_pair.hpp&quot;&amp;gt;compressed_pair.hpp&amp;lt;/a&amp;gt; minor update
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/boost/compressed_pair.hpp&quot;&gt;compressed_pair.hpp&lt;/a&gt; minor update
       fixes test failures of other libraries under VC++.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt;
   minor
       updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;&lt;/span&gt; minor
       updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Minor website fixes including missing files in boost_all.zip.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.20.0</title><pubDate>Sat, 6 Jan 2001 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.20.0</title><pubDate>Sat, 6 Jan 2001 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Library: Conversion. Updated Libraries: Array, Graph, Regular Expression.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/conversion/index.html&quot;&amp;gt;Conversion Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
- - &amp;lt;a href=&quot;/libs/conversion/cast.htm&quot;&amp;gt;cast&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/libs/conversion/lexical_cast.htm&quot;&amp;gt;lexical_cast&amp;lt;/a&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/conversion/index.html&quot;&gt;Conversion Library&lt;/a&gt;&lt;/span&gt; added
+ - &lt;a href=&quot;/libs/conversion/cast.htm&quot;&gt;cast&lt;/a&gt; and &lt;a href=&quot;/libs/conversion/lexical_cast.htm&quot;&gt;lexical_cast&lt;/a&gt;
       headers from Dave Abrahams and Kevlin Henney.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Web site moved to a larger host after the old ISP collapsed unexpectedly.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Regression tests now include execution testing. See &amp;lt;a href=&quot;/status/compiler_status.html&quot;&amp;gt;Compiler
- Status&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/more/discussion_policy.htm&quot;&amp;gt;Discussion Policy&amp;lt;/a&amp;gt; page added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/array/index.html&quot;&amp;gt;Array Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; minor documentation
+ &lt;/li&gt;
+ &lt;li&gt;
+ Regression tests now include execution testing. See &lt;a href=&quot;/status/compiler_status.html&quot;&gt;Compiler
+ Status&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/more/discussion_policy.htm&quot;&gt;Discussion Policy&lt;/a&gt; page added.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array Library&lt;/a&gt;&lt;/span&gt; minor documentation
       improvements.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt;
   minor
       updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;&lt;/span&gt; minor
       updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.19.0</title><pubDate>Sun, 10 Dec 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.19.0</title><pubDate>Sun, 10 Dec 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Concept Check, Python, Static Assert, Property Map Concepts.
       Updated Libraries: Graph, Regular Expression.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/concept_check/concept_check.htm&quot;&amp;gt;Concept Check Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/concept_check/concept_check.htm&quot;&gt;Concept Check Library&lt;/a&gt;&lt;/span&gt; added
       - tools for generic programming from Jeremy Siek.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/python/doc/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/python/doc/index.html&quot;&gt;Python Library&lt;/a&gt;&lt;/span&gt; added
       - reflects C++ classes and functions into Python, from Dave Abrahams.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/static_assert/static_assert.htm&quot;&amp;gt;Static Assert Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/static_assert/static_assert.htm&quot;&gt;Static Assert Library&lt;/a&gt;&lt;/span&gt; added
       - compile time assertions from John Maddock
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/property_map/property_map.html&quot;&amp;gt;Property Map Concepts&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/property_map/property_map.html&quot;&gt;Property Map Concepts&lt;/a&gt;&lt;/span&gt; added
       - interfaces which map key objects to value objects from Jeremy Siek.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt;
   minor
       updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;&lt;/span&gt; minor
       updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/more/lib_guide.htm&quot;&amp;gt;Library Requirements and Guidelines&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/more/lib_guide.htm&quot;&gt;Library Requirements and Guidelines&lt;/a&gt;
       - directory name policy added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/more/faq.htm&quot;&amp;gt;FAQ&amp;lt;/a&amp;gt; updated.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.18.3</title><pubDate>Sat, 18 Nov 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/more/faq.htm&quot;&gt;FAQ&lt;/a&gt; updated.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.18.3</title><pubDate>Sat, 18 Nov 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Graph, Regular Expression, Cast.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt;
   minor
       fixes and additions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;&lt;/span&gt; minor
       fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt; Borland compiler fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/boost/cstdint.hpp&quot;&amp;gt;cstdint.hpp&amp;lt;/a&amp;gt; changed to no longer expose
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt; Borland compiler fixes.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/boost/cstdint.hpp&quot;&gt;cstdint.hpp&lt;/a&gt; changed to no longer expose
       names to the global namespace.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       BeOS5/Intel compiler status contributed by John Maddock.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/status/compiler_status.html&quot;&amp;gt;Compiler Status&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/status/compiler_status.html&quot;&gt;Compiler Status&lt;/a&gt;&lt;/span&gt; added
       two additional test programs.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.18.2</title><pubDate>Fri, 3 Nov 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.18.2</title><pubDate>Fri, 3 Nov 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Case, Graph, Regular Expression, Configuration. Utility
       library split into separate libraries.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/conversion/cast.htm&quot;&amp;gt;Cast Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; Fix numeric_cast&amp;amp;lt;&amp;amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/conversion/cast.htm&quot;&gt;Cast Library&lt;/a&gt;&lt;/span&gt; Fix numeric_cast&amp;lt;&amp;gt;
       bugs with floating types.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt;
   minor
       fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; minor
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;&lt;/span&gt; minor
       fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/config/index.html&quot;&amp;gt;Configuration Header&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; more
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/config/index.html&quot;&gt;Configuration Header&lt;/a&gt;&lt;/span&gt; more
       fixes for broken compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Boost Header Dependencies page added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Terminology change: Several headers previously lumped together as a &amp;amp;quot;utility&amp;amp;quot;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Terminology change: Several headers previously lumped together as a &amp;quot;utility&amp;quot;
       library are now considered separate libraries. For historical reasons, their
- non-header files still live in the &amp;amp;quot;utility&amp;amp;quot; sub-directory.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.18.1</title><pubDate>Sun, 15 Oct 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ non-header files still live in the &amp;quot;utility&amp;quot; sub-directory.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.18.1</title><pubDate>Sun, 15 Oct 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Graph, Random, Regular Expression, Configuration.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;,
- &amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;, and &amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;: Minor fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/config/index.html&quot;&amp;gt;Configuration Header&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; additions
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt;,
+ &lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;, and &lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;: Minor fixes.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/config/index.html&quot;&gt;Configuration Header&lt;/a&gt;&lt;/span&gt; additions
       for various compiler foibles.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Portability Hints: Borland C++ 5.5.1 from Jens Maurer added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/status/compiler_status.html&quot;&amp;gt;Compiler Status&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; updated
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/status/compiler_status.html&quot;&gt;Compiler Status&lt;/a&gt;&lt;/span&gt; updated
       for latest versions of several compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.18.0</title><pubDate>Thu, 28 Sep 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.18.0</title><pubDate>Thu, 28 Sep 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Graph, Regular Expression. Updated Libraries: Array, Functional,
       Utility, Integer.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
       Preliminary release of two important new libraries:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; -
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/graph/doc/table_of_contents.html&quot;&gt;Graph Library&lt;/a&gt;&lt;/span&gt; -
           Generic graph components and algorithms from Jeremy Siek and a University
           of Notre Dame team.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/regex/index.html&quot;&amp;gt;Regular Expression Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; -
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/regex/index.html&quot;&gt;Regular Expression Library&lt;/a&gt;&lt;/span&gt; -
           Text pattern matching in all its glory from John Maddock.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Other changes:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/array/index.html&quot;&amp;gt;Array Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; improvements
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array Library&lt;/a&gt;&lt;/span&gt; improvements
           reflecting formal review comments.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/boost/functional.hpp&quot;&amp;gt;functional.hpp&amp;lt;/a&amp;gt; compiler workarounds
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/boost/functional.hpp&quot;&gt;functional.hpp&lt;/a&gt; compiler workarounds
           added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;tie&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;function&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;keyword&quot;&amp;gt;template&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- added to utility.hpp for easier handling of std::pair&amp;amp;lt;&amp;amp;gt; return values.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;Integer Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; improved
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;tie&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;function&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;template&lt;/span&gt;&lt;/code&gt;
+ added to utility.hpp for easier handling of std::pair&amp;lt;&amp;gt; return values.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/integer/index.html&quot;&gt;Integer Library&lt;/a&gt;&lt;/span&gt; improved
           handling of 64-bit integers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
           Minor web site page updates.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.17.0</title><pubDate>Thu, 3 Aug 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.17.0</title><pubDate>Thu, 3 Aug 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Added Library: Array. Updated Libraries: Array Traits, Random Number, Smart
       Pointer.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/array/index.html&quot;&amp;gt;Array Library&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; added - An
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/array/index.html&quot;&gt;Array Library&lt;/a&gt;&lt;/span&gt; added - An
       STL compliant container wrapper for arrays of constant size from Nicolai Josuttis.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       array traits header renamed array_traits.hpp (was array.hpp).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; more
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt; more
       minor changes to support more compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointer Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;Smart Pointer Library&lt;/a&gt;:&lt;/span&gt;
   performance
       reducing exception-specifications removed.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       Compiler and test program fixes for call_traits, compressed_pair, and type_traits.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Updated &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt; to clear compiler warning
+ &lt;/li&gt;
+ &lt;li&gt;
+ Updated &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt; to clear compiler warning
       messages.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Linux &amp;lt;a href=&quot;/status/compiler_status.html&quot;&amp;gt;Compiler Status&amp;lt;/a&amp;gt; added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Linux &lt;a href=&quot;/status/compiler_status.html&quot;&gt;Compiler Status&lt;/a&gt; added.
+ &lt;/li&gt;
+ &lt;li&gt;
       Boost source code now lives in a publicly accessible Concurrent Versions System
       (CVS) repository.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.16.1</title><pubDate>Wed, 5 Jul 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.16.1</title><pubDate>Wed, 5 Jul 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Integer, Random Number, Cast, Call Traits, Operators.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;Integer&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; library: fixed
- &amp;lt;a href=&quot;/boost/cstdint.hpp&quot;&amp;gt;cstdint.hpp&amp;lt;/a&amp;gt; bug, added &amp;lt;a href=&quot;/libs/integer/cstdint_test.cpp&quot;&amp;gt;cstdint_test.cpp&amp;lt;/a&amp;gt;,
- updated &amp;lt;a href=&quot;/libs/integer/cstdint.htm&quot;&amp;gt;docs&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; minor
- fixes to &amp;lt;a href=&quot;/boost/random.hpp&quot;&amp;gt;random.hpp&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/libs/random/random_test.cpp&quot;&amp;gt;random_test.cpp&amp;lt;/a&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/integer/index.html&quot;&gt;Integer&lt;/a&gt;&lt;/span&gt; library: fixed
+ &lt;a href=&quot;/boost/cstdint.hpp&quot;&gt;cstdint.hpp&lt;/a&gt; bug, added &lt;a href=&quot;/libs/integer/cstdint_test.cpp&quot;&gt;cstdint_test.cpp&lt;/a&gt;,
+ updated &lt;a href=&quot;/libs/integer/cstdint.htm&quot;&gt;docs&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;:&lt;/span&gt; minor
+ fixes to &lt;a href=&quot;/boost/random.hpp&quot;&gt;random.hpp&lt;/a&gt; and &lt;a href=&quot;/libs/random/random_test.cpp&quot;&gt;random_test.cpp&lt;/a&gt;
       to support more compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Updated &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt; with more Microsoft compiler
+ &lt;/li&gt;
+ &lt;li&gt;
+ Updated &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt; with more Microsoft compiler
       workarounds.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Updated &amp;lt;a href=&quot;/libs/utility/call_traits.htm&quot;&amp;gt;call_traits docs&amp;lt;/a&amp;gt;,
- added &amp;lt;a href=&quot;/libs/utility/call_traits_test.cpp&quot;&amp;gt;call_traits_test.cpp&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Cleanup and bug fixes for &amp;lt;a href=&quot;/boost/operators.hpp&quot;&amp;gt;operators.hpp&amp;lt;/a&amp;gt;
- and &amp;lt;a href=&quot;/libs/utility/operators_test.cpp&quot;&amp;gt;operators_test.cpp&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.16.0</title><pubDate>Wed, 28 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Updated &lt;a href=&quot;/libs/utility/call_traits.htm&quot;&gt;call_traits docs&lt;/a&gt;,
+ added &lt;a href=&quot;/libs/utility/call_traits_test.cpp&quot;&gt;call_traits_test.cpp&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Cleanup and bug fixes for &lt;a href=&quot;/boost/operators.hpp&quot;&gt;operators.hpp&lt;/a&gt;
+ and &lt;a href=&quot;/libs/utility/operators_test.cpp&quot;&gt;operators_test.cpp&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.16.0</title><pubDate>Wed, 28 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Functional, iterator header, Updated Libraries: Random Number,
       Rational, Cast, Smart Pointer, Config.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;a href=&quot;/libs/functional/index.html&quot;&amp;gt;Functional Library&amp;lt;/a&amp;gt; -
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added &lt;a href=&quot;/libs/functional/index.html&quot;&gt;Functional Library&lt;/a&gt; -
       Enhanced function object adaptors from Mark Rodgers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added missing &amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added missing &lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt;
       files.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Updated &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;operators docs&amp;lt;/a&amp;gt; and
- &amp;lt;a href=&quot;/boost/operators.hpp&quot;&amp;gt;operators.hpp&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- New &amp;lt;a href=&quot;/boost/iterator.hpp&quot;&amp;gt;iterator.hpp&amp;lt;/a&amp;gt; header.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Minor &amp;lt;a href=&quot;/boost/rational.hpp&quot;&amp;gt;rational.hpp&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/libs/rational/rational_example.cpp&quot;&amp;gt;rational_example.cpp&amp;lt;/a&amp;gt;,
- and &amp;lt;a href=&quot;/libs/integer/integer_traits_test.cpp&quot;&amp;gt;integer_traits_test.cpp&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Updated &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;operators docs&lt;/a&gt; and
+ &lt;a href=&quot;/boost/operators.hpp&quot;&gt;operators.hpp&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ New &lt;a href=&quot;/boost/iterator.hpp&quot;&gt;iterator.hpp&lt;/a&gt; header.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Minor &lt;a href=&quot;/boost/rational.hpp&quot;&gt;rational.hpp&lt;/a&gt;, &lt;a href=&quot;/libs/rational/rational_example.cpp&quot;&gt;rational_example.cpp&lt;/a&gt;,
+ and &lt;a href=&quot;/libs/integer/integer_traits_test.cpp&quot;&gt;integer_traits_test.cpp&lt;/a&gt;
       changes to support more compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Revised &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt;: removed implicit_cast,
+ &lt;/li&gt;
+ &lt;li&gt;
+ Revised &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt;: removed implicit_cast,
       plus fixes for broken compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Minor &amp;lt;a href=&quot;/boost/smart_ptr.hpp&quot;&amp;gt;smart_ptr.hpp&amp;lt;/a&amp;gt; workaround for
+ &lt;/li&gt;
+ &lt;li&gt;
+ Minor &lt;a href=&quot;/boost/smart_ptr.hpp&quot;&gt;smart_ptr.hpp&lt;/a&gt; workaround for
       some GCC builds.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Several &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt; changes for Microsoft,
+ &lt;/li&gt;
+ &lt;li&gt;
+ Several &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt; changes for Microsoft,
       Intel, and other compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;a href=&quot;/libs/config/index.html&quot;&amp;gt;Configuration Header&amp;lt;/a&amp;gt; page
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;a href=&quot;/libs/config/index.html&quot;&gt;Configuration Header&lt;/a&gt; page
       and test program.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added Experimental &amp;lt;a href=&quot;/status/compiler_status.html&quot;&amp;gt;Compiler Status&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added Experimental &lt;a href=&quot;/status/compiler_status.html&quot;&gt;Compiler Status&lt;/a&gt;
       page showing what library works with which compilers.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.15.1</title><pubDate>Wed, 21 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.15.1</title><pubDate>Wed, 21 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Cast, Operators, Config.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Fixes to &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;operators&amp;lt;/a&amp;gt;
- fix. Minor additions to &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt; for
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Fixes to &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt; and &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;operators&lt;/a&gt;
+ fix. Minor additions to &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt; for
     Microsoft compilers. The 1.15.0 operators changes seem to have introduced incompatibilities.
     We are working on fixing them, and have started to build a regression test to
     prevent similar future problems.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.15.0</title><pubDate>Sat, 17 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.15.0</title><pubDate>Sat, 17 Jun 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Added Library: Random Number. Updated Libraries: Utility, Config, Cast.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/libs/random/index.html&quot;&amp;gt;Random Number Library&amp;lt;/a&amp;gt; from Jens
- Maurer added. Updated utility library &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;operators&amp;lt;/a&amp;gt;
- eliminates code bloat. Minor additions to &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt;
- and &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt; for Microsoft compilers.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.14.3</title><pubDate>Mon, 29 May 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/random/index.html&quot;&gt;Random Number Library&lt;/a&gt; from Jens
+ Maurer added. Updated utility library &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;operators&lt;/a&gt;
+ eliminates code bloat. Minor additions to &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt;
+ and &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt; for Microsoft compilers.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.14.3</title><pubDate>Mon, 29 May 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Config, Type Traits.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Minor additions to &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt; for Borland
- compilers. Minor fix to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;type_traits&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- example. Minor web site fixes. &amp;lt;a href=&quot;/more/formal_review_process.htm&quot;&amp;gt;Library
- Formal Review Process&amp;lt;/a&amp;gt; page added.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.14.2</title><pubDate>Tue, 9 May 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Minor additions to &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt; for Borland
+ compilers. Minor fix to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;type_traits&lt;/span&gt;&lt;/code&gt;
+ example. Minor web site fixes. &lt;a href=&quot;/more/formal_review_process.htm&quot;&gt;Library
+ Formal Review Process&lt;/a&gt; page added.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.14.2</title><pubDate>Tue, 9 May 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Documentation updates.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- No libraries updated. &amp;lt;a href=&quot;/more/lib_guide.htm&quot;&amp;gt;Library Requirements and
- Guidelines&amp;lt;/a&amp;gt; expanded, &amp;lt;a href=&quot;/more/submission_process.htm&quot;&amp;gt;Library
- Submission Process&amp;lt;/a&amp;gt; added.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.14.1</title><pubDate>Fri, 17 Mar 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ No libraries updated. &lt;a href=&quot;/more/lib_guide.htm&quot;&gt;Library Requirements and
+ Guidelines&lt;/a&gt; expanded, &lt;a href=&quot;/more/submission_process.htm&quot;&gt;Library
+ Submission Process&lt;/a&gt; added.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.14.1</title><pubDate>Fri, 17 Mar 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Rational, Smart Pointer, Call Traits, Compressed Pair, Type
       Traits.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Minor fix to &amp;lt;a href=&quot;/boost/rational.hpp&quot;&amp;gt;rational.hpp&amp;lt;/a&amp;gt;. Minor documentation
- changes to the &amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointer&amp;lt;/a&amp;gt;
- Library and &amp;lt;a href=&quot;/libs/utility/call_traits.htm&quot;&amp;gt;call_traits&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/libs/utility/compressed_pair.htm&quot;&amp;gt;compressed_pair&amp;lt;/a&amp;gt;, and type_traits.
- Updated &amp;lt;a href=&quot;/more/lib_guide.htm&quot;&amp;gt;Library Guidelines&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/users/people.html&quot;&amp;gt;People&amp;lt;/a&amp;gt; page.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.14.0</title><pubDate>Sun, 5 Mar 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Minor fix to &lt;a href=&quot;/boost/rational.hpp&quot;&gt;rational.hpp&lt;/a&gt;. Minor documentation
+ changes to the &lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;Smart Pointer&lt;/a&gt;
+ Library and &lt;a href=&quot;/libs/utility/call_traits.htm&quot;&gt;call_traits&lt;/a&gt;,
+ &lt;a href=&quot;/libs/utility/compressed_pair.htm&quot;&gt;compressed_pair&lt;/a&gt;, and type_traits.
+ Updated &lt;a href=&quot;/more/lib_guide.htm&quot;&gt;Library Guidelines&lt;/a&gt; and &lt;a href=&quot;/users/people.html&quot;&gt;People&lt;/a&gt; page.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.14.0</title><pubDate>Sun, 5 Mar 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Integer. Experimental libraries moved to vault.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;Integer Library&amp;lt;/a&amp;gt; status upgraded
- after removing bin_bun.hpp. The &amp;amp;quot;Experimental&amp;amp;quot; library category has
- been removed; the boost files/vault now serves the purpose. Minor fix to &amp;lt;a href=&quot;/boost/smart_ptr.hpp&quot;&amp;gt;smart_ptr.hpp&amp;lt;/a&amp;gt; line endings.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.13.0</title><pubDate>Tue, 29 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/integer/index.html&quot;&gt;Integer Library&lt;/a&gt; status upgraded
+ after removing bin_bun.hpp. The &amp;quot;Experimental&amp;quot; library category has
+ been removed; the boost files/vault now serves the purpose. Minor fix to &lt;a href=&quot;/boost/smart_ptr.hpp&quot;&gt;smart_ptr.hpp&lt;/a&gt; line endings.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.13.0</title><pubDate>Tue, 29 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Added Libraries: Utility, Type Traits, Call Traits, Compressed Pair.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Adds &amp;lt;a href=&quot;/libs/utility/index.html&quot;&amp;gt;Utility Library&amp;lt;/a&amp;gt; &amp;lt;a href=&quot;/libs/type_traits/index.html&quot;&amp;gt;type_traits&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/libs/utility/call_traits.htm&quot;&amp;gt;call_traits&amp;lt;/a&amp;gt;, and &amp;lt;a href=&quot;/libs/utility/compressed_pair.htm&quot;&amp;gt;compressed_pair&amp;lt;/a&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Adds &lt;a href=&quot;/libs/utility/index.html&quot;&gt;Utility Library&lt;/a&gt; &lt;a href=&quot;/libs/type_traits/index.html&quot;&gt;type_traits&lt;/a&gt;,
+ &lt;a href=&quot;/libs/utility/call_traits.htm&quot;&gt;call_traits&lt;/a&gt;, and &lt;a href=&quot;/libs/utility/compressed_pair.htm&quot;&gt;compressed_pair&lt;/a&gt;
     headers from John Maddock, Steve Cleary and Howard Hinnant.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.12.0</title><pubDate>Wed, 23 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.12.0</title><pubDate>Wed, 23 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Library: Integer.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Adds a &amp;lt;a href=&quot;/libs/integer/integer_traits.html&quot;&amp;gt;integer_traits&amp;lt;/a&amp;gt;
- header from Jens Maurer to the &amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;Integer
- Library&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.11.2</title><pubDate>Mon, 21 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Adds a &lt;a href=&quot;/libs/integer/integer_traits.html&quot;&gt;integer_traits&lt;/a&gt;
+ header from Jens Maurer to the &lt;a href=&quot;/libs/integer/index.html&quot;&gt;Integer
+ Library&lt;/a&gt;.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.11.2</title><pubDate>Mon, 21 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Smart Pointer.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/libs/smart_ptr/smarttests.htm&quot;&amp;gt;Smart pointer timings&amp;lt;/a&amp;gt; added
- (thanks to Gavin Collings). Minor fix to the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;min_rand&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- sample program. Minor fixes to &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.11.1</title><pubDate>Wed, 2 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/smart_ptr/smarttests.htm&quot;&gt;Smart pointer timings&lt;/a&gt; added
+ (thanks to Gavin Collings). Minor fix to the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;min_rand&lt;/span&gt;&lt;/code&gt;
+ sample program. Minor fixes to &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt;.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.11.1</title><pubDate>Wed, 2 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Minor fix for cast.hpp.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Minor fix to &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt; (thanks to Doncho
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Minor fix to &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt; (thanks to Doncho
     Angelov).
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.11.0</title><pubDate>Tue, 1 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.11.0</title><pubDate>Tue, 1 Feb 2000 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Library: Rational Number. Updated Libraries: Case, Config, Smart Pointer,
       Utility.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Added &amp;lt;a href=&quot;/libs/rational/index.html&quot;&amp;gt;Rational Number Library&amp;lt;/a&amp;gt;.
- Minor fixes to &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/boost/smart_ptr.hpp&quot;&amp;gt;smart_ptr.hpp&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/boost/utility.hpp&quot;&amp;gt;utility.hpp&amp;lt;/a&amp;gt;,
- and to the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;min_rand&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; sample programs.
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Added &lt;a href=&quot;/libs/rational/index.html&quot;&gt;Rational Number Library&lt;/a&gt;.
+ Minor fixes to &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt;, &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt;,
+ &lt;a href=&quot;/boost/smart_ptr.hpp&quot;&gt;smart_ptr.hpp&lt;/a&gt;, &lt;a href=&quot;/boost/utility.hpp&quot;&gt;utility.hpp&lt;/a&gt;,
+ and to the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;min_rand&lt;/span&gt;&lt;/code&gt; sample programs.
     Minor site cleanup (thanks to Paul Baxter).
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.10.4</title><pubDate>Fri, 31 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.10.4</title><pubDate>Fri, 31 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Smart Pointer, Cast.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Minor fixes to &amp;lt;a href=&quot;/boost/smart_ptr.hpp&quot;&amp;gt;smart_ptr.hpp&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/libs/conversion/cast.htm&quot;&amp;gt;cast documentation&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.10.3</title><pubDate>Thu, 30 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Minor fixes to &lt;a href=&quot;/boost/smart_ptr.hpp&quot;&gt;smart_ptr.hpp&lt;/a&gt; and &lt;a href=&quot;/libs/conversion/cast.htm&quot;&gt;cast documentation&lt;/a&gt;.
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.10.3</title><pubDate>Thu, 30 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Compse, Operators, Cast, Config, Smart Pointer First release
       with a version number.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- Minor fixes to the compose library examples, &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;operators
- documentation&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/boost/operators.hpp&quot;&amp;gt;operators.hpp&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/libs/conversion/cast.htm&quot;&amp;gt;cast documentation&amp;lt;/a&amp;gt;, &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt;,
- &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt;, and &amp;lt;a href=&quot;/boost/smart_ptr.hpp&quot;&amp;gt;smart_ptr.hpp&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ Minor fixes to the compose library examples, &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;operators
+ documentation&lt;/a&gt;, &lt;a href=&quot;/boost/operators.hpp&quot;&gt;operators.hpp&lt;/a&gt;,
+ &lt;a href=&quot;/libs/conversion/cast.htm&quot;&gt;cast documentation&lt;/a&gt;, &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt;,
+ &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt;, and &lt;a href=&quot;/boost/smart_ptr.hpp&quot;&gt;smart_ptr.hpp&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;p&gt;
     This is the first release with a version number. The version numbering scheme
     is xxx.yyy.zzz.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
       xxx = Major version
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       yyy = New library or feature added
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
       zzz = Bug fixes only
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Old Versions</title><pubDate>Tue, 14 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+&lt;/div&gt;</description></item><item><title>Old Versions</title><pubDate>Tue, 14 Dec 1999 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Early releases of boost without version numbers.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;div id=&quot;old_versions.14_dec_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;14 Dec 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/boost/operators.hpp&quot;&amp;gt;Operators.hpp&amp;lt;/a&amp;gt; &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;documentation&amp;lt;/a&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;div id=&quot;old_versions.14_dec_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;14 Dec 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/boost/operators.hpp&quot;&gt;Operators.hpp&lt;/a&gt; &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;documentation&lt;/a&gt;
       improved.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.13_dec_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;13 Dec 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- Added iterator operators and helpers to &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;header
- operators.hpp&amp;lt;/a&amp;gt;, together with an iterator test program. This header
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.13_dec_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;13 Dec 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Added iterator operators and helpers to &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;header
+ operators.hpp&lt;/a&gt;, together with an iterator test program. This header
       is maturing into something really useful for building arithmetic or iterator
       user-defined types, so look it over even if you browsed one of the earlier
       versions.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.11_dec_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;11 Dec 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- Added next() and prior() to &amp;lt;a href=&quot;/libs/utility/utility.htm&quot;&amp;gt;header utility.hpp&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.8_dec_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;8 Dec 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- Minor improvements to the &amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;smart pointer&amp;lt;/a&amp;gt;
- library: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;==&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;!=&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- and specializations for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;swap&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;less&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; now provided.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.18_nov_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;18 Nov 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- Minor improvements made to the &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;Operator
- templates&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.15_nov_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;15 Nov 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/libs/utility/operators.htm&quot;&amp;gt;Operator templates&amp;lt;/a&amp;gt; have been
- added to the &amp;lt;a href=&quot;/libs/utility/index.html&quot;&amp;gt;utility&amp;lt;/a&amp;gt; library.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.11_oct_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;11 Oct 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- Minor &amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;smart pointer&amp;lt;/a&amp;gt; library
- and &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt; changes to improve portability.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.26_sep_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;26 Sep 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- Minor updates to several libraries: * &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;polymorphic_downcast&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; in the &amp;lt;a href=&quot;/libs/utility/index.html&quot;&amp;gt;utility&amp;lt;/a&amp;gt;
- library &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt; header now works for
- multiple inheritance cases. * &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;shared_ptr&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;shared_array&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;swap&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; functions added in the &amp;lt;a href=&quot;/libs/smart_ptr/index.html&quot;&amp;gt;smart
- pointer&amp;lt;/a&amp;gt; library. * &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/boost/timer.hpp&quot;&amp;gt;timer.hpp&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;elapsed_max&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;elapsed_min&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- functions added to the &amp;lt;a href=&quot;/libs/timer/index.html&quot;&amp;gt;timer&amp;lt;/a&amp;gt; library.
- * &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;integer&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt; library bin_ubin.hpp
- changes to eliminate compiler warning messages. * &amp;lt;a href=&quot;/boost/config.hpp&quot;&amp;gt;config.hpp&amp;lt;/a&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.11_dec_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;11 Dec 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Added next() and prior() to &lt;a href=&quot;/libs/utility/utility.htm&quot;&gt;header utility.hpp&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.8_dec_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;8 Dec 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Minor improvements to the &lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;smart pointer&lt;/a&gt;
+ library: &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;==&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;!=&lt;/span&gt;&lt;/code&gt;,
+ and specializations for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;swap&lt;/span&gt;&lt;/code&gt; and
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;less&lt;/span&gt;&lt;/code&gt; now provided.
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.18_nov_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;18 Nov 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Minor improvements made to the &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;Operator
+ templates&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.15_nov_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;15 Nov 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/libs/utility/operators.htm&quot;&gt;Operator templates&lt;/a&gt; have been
+ added to the &lt;a href=&quot;/libs/utility/index.html&quot;&gt;utility&lt;/a&gt; library.
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.11_oct_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;11 Oct 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Minor &lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;smart pointer&lt;/a&gt; library
+ and &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt; changes to improve portability.
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.26_sep_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;26 Sep 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ Minor updates to several libraries: * &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;polymorphic_downcast&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt; in the &lt;a href=&quot;/libs/utility/index.html&quot;&gt;utility&lt;/a&gt;
+ library &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt; header now works for
+ multiple inheritance cases. * &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;shared_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;shared_array&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt;&lt;/code&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;swap&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; functions added in the &lt;a href=&quot;/libs/smart_ptr/index.html&quot;&gt;smart
+ pointer&lt;/a&gt; library. * &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/boost/timer.hpp&quot;&gt;timer.hpp&lt;/a&gt;&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;elapsed_max&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;elapsed_min&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ functions added to the &lt;a href=&quot;/libs/timer/index.html&quot;&gt;timer&lt;/a&gt; library.
+ * &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/integer/index.html&quot;&gt;integer&lt;/a&gt;&lt;/span&gt; library bin_ubin.hpp
+ changes to eliminate compiler warning messages. * &lt;a href=&quot;/boost/config.hpp&quot;&gt;config.hpp&lt;/a&gt;
       minor changes to aid library developers. No impact on library users.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.3_sep_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;3 Sep 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- The cast functions in the &amp;lt;a href=&quot;/libs/utility/index.html&quot;&amp;gt;utility&amp;lt;/a&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.3_sep_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;3 Sep 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ The cast functions in the &lt;a href=&quot;/libs/utility/index.html&quot;&gt;utility&lt;/a&gt;
       library were considerably simplified.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.1_sep_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;1 Sep 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- The cast functions initially in &amp;lt;a href=&quot;/boost/utility.hpp&quot;&amp;gt;utility.hpp&amp;lt;/a&amp;gt;
- have been moved to &amp;lt;a href=&quot;/boost/cast.hpp&quot;&amp;gt;cast.hpp&amp;lt;/a&amp;gt;, still in
- the &amp;lt;a href=&quot;/libs/utility/index.html&quot;&amp;gt;utility&amp;lt;/a&amp;gt; library.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;old_versions.1_sep_1999&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;1 Sep 1999&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- The category &amp;amp;quot;Experimental&amp;amp;quot; has been added to the &amp;lt;a href=&quot;/libs/libraries.htm&quot;&amp;gt;library&amp;lt;/a&amp;gt;
- page. The &amp;lt;a href=&quot;/libs/integer/index.html&quot;&amp;gt;integer&amp;lt;/a&amp;gt; library is
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.1_sep_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;1 Sep 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ The cast functions initially in &lt;a href=&quot;/boost/utility.hpp&quot;&gt;utility.hpp&lt;/a&gt;
+ have been moved to &lt;a href=&quot;/boost/cast.hpp&quot;&gt;cast.hpp&lt;/a&gt;, still in
+ the &lt;a href=&quot;/libs/utility/index.html&quot;&gt;utility&lt;/a&gt; library.
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;old_versions.1_sep_1999&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;1 Sep 1999&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ The category &amp;quot;Experimental&amp;quot; has been added to the &lt;a href=&quot;/libs/libraries.htm&quot;&gt;library&lt;/a&gt;
+ page. The &lt;a href=&quot;/libs/integer/index.html&quot;&gt;integer&lt;/a&gt; library is
       the first entry.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+ &lt;p&gt;
     ...And the remainder are lost to the mists of time (for now, anyway)....
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item></channel>
+ &lt;/p&gt;
+&lt;/div&gt;</description></item></channel>
 </rss>
\ No newline at end of file

Modified: website/public_html/beta/feed/history/boost_1_35_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_35_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_35_0.qbk 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -32,9 +32,9 @@
   Generic Image Library, from Lubomir Bourdev and Hailin Jin.
 * [phrase library..[@/libs/interprocess/index.html Interprocess]:]
   Shared memory, memory mapped files, process-shared mutexes,
- condition variables, containers and allocators, from Ion Gaztanaga.
+ condition variables, containers and allocators, from Ion Gazta'''&#241;'''aga.
 * [phrase library..[@/libs/intrusive/index.html Intrusive]:]
- Intrusive containers and algorithms, from Ion Gaztanaga.
+ Intrusive containers and algorithms, from Ion Gazta'''&#241;'''aga.
 * [phrase library..[@/libs/math/doc/sf_and_dist/html/index.html Math/Special Functions]:]
   A wide selection of mathematical special functions from
   John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.

Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -6,1035 +6,1035 @@
     <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.35.0</title><pubDate>Wed, 23 Jan 2008 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ <item><title>Version 1.35.0</title><pubDate>Wed, 23 Jan 2008 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Release.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_35_0.new_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/asio/index.html&quot;&amp;gt;Asio&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Portable networking,
+ &lt;div id=&quot;version_1_35_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/asio/index.html&quot;&gt;Asio&lt;/a&gt;:&lt;/span&gt; Portable networking,
         including sockets, timers, hostname resolution and socket iostreams, from
         Chris Kohlhoff.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/bimap/index.html&quot;&amp;gt;Bimap&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Boost.Bimap is a
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/bimap/index.html&quot;&gt;Bimap&lt;/a&gt;:&lt;/span&gt; Boost.Bimap is a
         bidirectional maps library for C++. With Boost.Bimap you can create associative
         containers in which both types can be used as key, from Matias Capeletto.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/circular_buffer/index.html&quot;&amp;gt;circular_buffer&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; STL
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/circular_buffer/index.html&quot;&gt;circular_buffer&lt;/a&gt;:&lt;/span&gt; STL
         compliant container also known as ring or cyclic buffer, from Jan Gaspar.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/function_types/index.html&quot;&amp;gt;Function Types&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/function_types/index.html&quot;&gt;Function Types&lt;/a&gt;:&lt;/span&gt;
   Boost.FunctionTypes
         provides functionality to classify, decompose and synthesize function, function
         pointer, function reference and pointer to member types. From Tobias Schwinger.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/fusion/index.html&quot;&amp;gt;Fusion&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/fusion/index.html&quot;&gt;Fusion&lt;/a&gt;:&lt;/span&gt;
   Library for working
         with tuples, including various containers, algorithms, etc. From Joel de
         Guzman, Dan Marsden and Tobias Schwinger.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/gil/doc/index.html&quot;&amp;gt;GIL&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/gil/doc/index.html&quot;&gt;GIL&lt;/a&gt;:&lt;/span&gt;
   Generic Image Library,
         from Lubomir Bourdev and Hailin Jin.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/interprocess/index.html&quot;&amp;gt;Interprocess&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/interprocess/index.html&quot;&gt;Interprocess&lt;/a&gt;:&lt;/span&gt;
   Shared
         memory, memory mapped files, process-shared mutexes, condition variables,
- containers and allocators, from Ion Gaztanaga.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/intrusive/index.html&quot;&amp;gt;Intrusive&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ containers and allocators, from Ion Gaztañaga.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/intrusive/index.html&quot;&gt;Intrusive&lt;/a&gt;:&lt;/span&gt;
   Intrusive
- containers and algorithms, from Ion Gaztanaga.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&amp;gt;Math/Special
- Functions&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ containers and algorithms, from Ion Gaztañaga.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&gt;Math/Special
+ Functions&lt;/a&gt;:&lt;/span&gt;
   A wide selection of mathematical special functions from
         John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&amp;gt;Math/Statistical
- Distributions&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/math/doc/sf_and_dist/html/index.html&quot;&gt;Math/Statistical
+ Distributions&lt;/a&gt;:&lt;/span&gt;
   A wide selection of univariate statistical distributions
         and functions that operate on them from John Maddock and Paul Bristow
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/html/mpi.html&quot;&amp;gt;MPI&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/html/mpi.html&quot;&gt;MPI&lt;/a&gt;:&lt;/span&gt;
   Message Passing Interface
         library, for use in distributed-memory parallel application programming,
         from Douglas Gregor and Matthias Troyer.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/system/index.html&quot;&amp;gt;System&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/system/index.html&quot;&gt;System&lt;/a&gt;:&lt;/span&gt;
   Operating system
         support, including the diagnostics support that will be part of the C++0x
         standard library, from Beman Dawes.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_35_0.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/iostreams/index.html&quot;&amp;gt;Iostreams&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Framework
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_35_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/iostreams/index.html&quot;&gt;Iostreams&lt;/a&gt;:&lt;/span&gt; Framework
         for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.
         Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Clarified the semantics of close(). This fixes several bugs but will
- break some existing code. See &amp;lt;a href=&quot;/libs/iostreams/doc/index.html?path=12&quot;&amp;gt;Release
- Notes&amp;lt;/a&amp;gt; for details.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ break some existing code. See &lt;a href=&quot;/libs/iostreams/doc/index.html?path=12&quot;&gt;Release
+ Notes&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;li&gt;
             Numerous other bug fixes and optimizations.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/thread/index.html&quot;&amp;gt;Thread&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/thread/index.html&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Instances of boost::thread and of the various lock types are now movable.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Threads can be interrupted at interruption points.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Condition variables can now be used with any type that implements the
- Lockable concept, through the use of &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition_variable_any&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; is a typedef to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition_variable_any&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, provided for
- backwards compatibility). &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;condition_variable&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- is provided as an optimization, and will only work with &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unique_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ Lockable concept, through the use of &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition_variable_any&lt;/span&gt;&lt;/code&gt;
+ (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition&lt;/span&gt;&lt;/code&gt; is a typedef to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition_variable_any&lt;/span&gt;&lt;/code&gt;, provided for
+ backwards compatibility). &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;condition_variable&lt;/span&gt;&lt;/code&gt;
+ is provided as an optimization, and will only work with &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;unique_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
             Thread IDs are separated from boost::thread, so a thread can obtain it's
- own ID (using &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;this_thread&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;get_id&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;),
+ own ID (using &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;this_thread&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;get_id&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;),
             and IDs can be used as keys in associative containers, as they have the
             full set of comparison operators.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Timeouts are now implemented using the Boost DateTime library, through
- a typedef &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;system_time&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for absolute timeouts,
- and with support for relative timeouts in many cases. &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;xtime&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ a typedef &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;system_time&lt;/span&gt;&lt;/code&gt; for absolute timeouts,
+ and with support for relative timeouts in many cases. &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;xtime&lt;/span&gt;&lt;/code&gt;
             is supported for backwards compatibility only.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Locks are implemented as publicly accessible templates &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock_guard&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unique_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;shared_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;upgrade_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ Locks are implemented as publicly accessible templates &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;lock_guard&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;unique_lock&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;shared_lock&lt;/span&gt;&lt;/code&gt;, and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;upgrade_lock&lt;/span&gt;&lt;/code&gt;,
             which are templated on the type of the mutex. The Lockable concept has
- been extended to include publicly available &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unlock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; member functions, which are used by
+ been extended to include publicly available &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;unlock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; member functions, which are used by
             the lock types.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed, and the
- functionality subsumed into &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; is left as a typedef, but
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;try_mutex&lt;/span&gt;&lt;/code&gt; has been removed, and the
+ functionality subsumed into &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;/code&gt;.
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;try_mutex&lt;/span&gt;&lt;/code&gt; is left as a typedef, but
             is no longer a separate class.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;recursive_try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed,
- and the functionality subsumed into &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;recursive_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;recursive_try_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; is left as a typedef,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;recursive_try_mutex&lt;/span&gt;&lt;/code&gt; has been removed,
+ and the functionality subsumed into &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;recursive_mutex&lt;/span&gt;&lt;/code&gt;.
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;recursive_try_mutex&lt;/span&gt;&lt;/code&gt; is left as a typedef,
             but is no longer a separate class.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;detail&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;thread&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock_ops&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed. Code that
- relies on the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock_ops&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;detail&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;thread&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;lock_ops&lt;/span&gt;&lt;/code&gt; has been removed. Code that
+ relies on the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lock_ops&lt;/span&gt;&lt;/code&gt;
             implementation detail will no longer work, as this has been removed,
- as it is no longer necessary now that mutex types now have public &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;unlock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ as it is no longer necessary now that mutex types now have public &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;unlock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
             member functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; constructors
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;&lt;/code&gt; constructors
             with a second parameter of type bool are no longer provided. With previous
- boost releases, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;some_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;some_mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;false&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;);&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ boost releases, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;some_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;some_mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;keyword&quot;&gt;false&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;);&lt;/span&gt;&lt;/code&gt;
             could be used to create a lock object that was associated with a mutex,
             but did not lock it on construction. This facility has now been replaced
- with the constructor that takes a &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;defer_lock_type&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- as the second parameter: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;scoped_lock&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;some_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;some_mutex&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;defer_lock&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;);&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- The broken &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;read_write_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been replaced
- with &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;shared_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/wave/index.html&quot;&amp;gt;Wave&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Standards conformant
+ with the constructor that takes a &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;defer_lock_type&lt;/span&gt;&lt;/code&gt;
+ as the second parameter: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;scoped_lock&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;some_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;some_mutex&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;defer_lock&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;);&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ The broken &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;read_write_mutex&lt;/span&gt;&lt;/code&gt; has been replaced
+ with &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;shared_mutex&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/wave/index.html&quot;&gt;Wave&lt;/a&gt;:&lt;/span&gt; Standards conformant
         implementation of the mandated C99/C++ preprocessor functionality packed
         behind an easy to use iterator interface, from Hartmut Kaiser. Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Added the possibility to continue the preprocessing after an error occured.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added the macro introspection API to the wave::context object.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added threading support to the library.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Improved the overall performance by upto 30%.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Changed and unified preprocessor hook interface (this is an interface
             breaking change!), added several new preprocessor hook functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added serialization support.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added new examples (for instance: Hannibal - a partial C++ parser, by
             Danny Havenith).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added a new lexical analyzer based on Ben Hansons Lexertl library.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Fixed a large number of other bugs and problems.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/xpressive/index.html&quot;&amp;gt;Xpressive&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Regular
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/xpressive/index.html&quot;&gt;Xpressive&lt;/a&gt;:&lt;/span&gt; Regular
         expressions that can be written as strings or as expression templates, and
         that can refer to each other and themselves recursively with the power of
         context-free grammars, from Eric Niebler. Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;semantic actions&amp;lt;/em&amp;gt; to static regexes. A semantic
+ &lt;ul&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;semantic actions&lt;/em&gt; to static regexes. A semantic
             action is code that executes when part of a regular expression matches.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;custom assertions&amp;lt;/em&amp;gt; to static regexes. A custom
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;custom assertions&lt;/em&gt; to static regexes. A custom
             assertion is a Boolean predicate that can participate in the regex match.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;named regexes&amp;lt;/em&amp;gt; for embedding a static or dynamic
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named regexes&lt;/em&gt; for embedding a static or dynamic
             regex into a dynamic regex. This can be used to create dynamic regex
             grammars.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;em&amp;gt;named captures&amp;lt;/em&amp;gt; to dynamic regexes, like Perl.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/libs/functional/hash/index.html&quot;&amp;gt;Hash&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;em&gt;named captures&lt;/em&gt; to dynamic regexes, like Perl.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/libs/functional/hash/index.html&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
   A TR1 hash
         function object, from Daniel James. Highlights:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;long&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;keyword&quot;&amp;gt;long&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;complex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;long&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;long&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;complex&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
             Improved the algorithm for hashing floating point numbers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             A few bug and warning fixes.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_35_0.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_35_0.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/users/people/beman_dawes.html&quot;&amp;gt;Beman Dawes&amp;lt;/a&amp;gt; managed this
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_35_0.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_35_0.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/users/people/beman_dawes.html&quot;&gt;Beman Dawes&lt;/a&gt; managed this
       release.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.34.1</title><pubDate>Tue, 24 Jul 2007 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Bugfix Release.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=527428><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=527428><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;p&amp;gt;
+ &lt;p&gt;
     This is a bug fix release addressing many problems with the 1.34.0 release. It
     is a recommended upgrade for all users of Boost 1.34.0. For a complete list of
- fixes see &amp;lt;a href=&quot;
http://svn.boost.org/trac/boost/query?status=closed&amp;amp;amp;milestone=Boost+1.34.1&quot;&amp;gt;Boost
- Trac&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;div id=&quot;version_1_34_1.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ fixes see &lt;a href=&quot;http://svn.boost.org/trac/boost/query?status=closed&amp;amp;milestone=Boost+1.34.1&quot;&gt;Boost
+ Trac&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;div id=&quot;version_1_34_1.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       New in this release is improved support for the IBM XL C/C++ compiler.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. New in this release The following compilers
       and platforms have been extensively tested with Boost, although many other
- compilers and platforms will work as well. For more information, see the &amp;lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&amp;gt;regression test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 4.0.1 on Mac OS
+ compilers and platforms will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 4.0.1 on Mac OS
         X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.8.2 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org/&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org/&quot;&gt;GNU C++&lt;/a&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             4.1.x on Solaris
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             3.4.x on Windows
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&amp;gt;HP C++ for Tru64 UNIX 7.1&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.hp.com/go/c++&quot;&amp;gt;HP aC++ A.06.14&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 9.1 on Windows, 9.0 on Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com/&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 9.4
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP C++ for Tru64 UNIX 7.1&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.hp.com/go/c++&quot;&gt;HP aC++ A.06.14&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 9.1 on Windows, 9.0 on Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com/&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 9.4
         on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &amp;amp;quot;Safe&amp;amp;quot; C++ Library shipping with Visual
+ support the non-standard &amp;quot;Safe&amp;quot; C++ Library shipping with Visual
         C++ 8.0, which may result in many spurious warnings from Boost headers and
         other standards-conforming C++ code. To suppress these warnings, define the
- macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_SCL_SECURE_NO_DEPRECATE&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developers.sun.com/sunstudio/index.jsp&quot;&amp;gt;Sun Studio 11&amp;lt;/a&amp;gt;
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developers.sun.com/sunstudio/index.jsp&quot;&gt;Sun Studio 11&lt;/a&gt;
         on Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_1.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/users/people/thomas_witt.html&quot;&amp;gt;Thomas Witt&amp;lt;/a&amp;gt; managed this
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_1.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/users/people/thomas_witt.html&quot;&gt;Thomas Witt&lt;/a&gt; managed this
       release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Kim Barrett consolidating Boost.Iostreams
       changes from various branches and Rene Rivera for general build and installation
       support.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.34.0</title><pubDate>Sat, 12 May 2007 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.34.0</title><pubDate>Sat, 12 May 2007 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       New Libraries: Foreach, Statechart, TR1, Typeof, Xpressive. Updated Libraries:
       Assign, Date_time, Filesystem, Function, Hash, Graph, MultiArray, Multi-Index,
       Optional, Parameter, Pointer Container, Python, Signals, Smart Pointer, String
       Algorithm, Wave
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=507975><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=507975><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_34_0.new_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;New Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/foreach.html&quot;&amp;gt;Foreach Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_FOREACH&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; macro for easily iterating
+ &lt;div id=&quot;version_1_34_0.new_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;New Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/foreach.html&quot;&gt;Foreach Library&lt;/a&gt;:&lt;/span&gt; &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_FOREACH&lt;/span&gt;&lt;/code&gt; macro for easily iterating
         over the elements of a sequence, from Eric Niebler.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/statechart/doc/index.html&quot;&amp;gt;Statechart
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/statechart/doc/index.html&quot;&gt;Statechart
+ Library&lt;/a&gt;:&lt;/span&gt;
   Arbitrarily complex finite state machines can be implemented
         in easily readable and maintainable C++ code, from Andreas Huber.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/tr1/index.html&quot;&amp;gt;TR1 Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; An
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/tr1/index.html&quot;&gt;TR1 Library&lt;/a&gt;:&lt;/span&gt; An
         implementation of the C++ Technical Report on Standard Library Extensions,
         from John Maddock. This library does not itself implement the TR1 components,
         rather it's a thin wrapper that will include your standard library's TR1
         implementation (if it has one), otherwise it will include the Boost Library
- equivalents, and import them into namespace &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;tr1&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
+ equivalents, and import them into namespace &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;tr1&lt;/span&gt;&lt;/code&gt;.
         Highlights include: Reference Wrappers, Smart Pointers, result_of, Function
         Object Binders, Polymorphic function wrappers, Type Traits, Random Number
         Generators and Distributions, Tuples, Fixed Size Array, Hash Function Objects,
         Regular Expressions, and Complex Number Additional Algorithms.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/typeof.html&quot;&amp;gt;Typeof Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Typeof
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/typeof.html&quot;&gt;Typeof Library&lt;/a&gt;:&lt;/span&gt; Typeof
         operator emulation, from Arkadiy Vertleyb and Peder Holt.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/xpressive.html&quot;&amp;gt;Xpressive Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Regular
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/xpressive.html&quot;&gt;Xpressive Library&lt;/a&gt;:&lt;/span&gt; Regular
         expressions that can be written as strings or as expression templates, and
         that can refer to each other and themselves recursively with the power of
         context-free grammars, from Eric Niebler.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_0.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/assign/index.html&quot;&amp;gt;Assign Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_map&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;key&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- via the new function &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_map_insert&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for initialization of &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&amp;gt;Pointer
- Containers&amp;lt;/a&amp;gt; when the containers hold pointers to an abstract base
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_0.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/assign/index.html&quot;&gt;Assign Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_map&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;key&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ via the new function &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_map_insert&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for initialization of &lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&gt;Pointer
+ Containers&lt;/a&gt; when the containers hold pointers to an abstract base
             class.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time.html&quot;&amp;gt;Date_time library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for new US/Canada timezone rules and other bug fixes. See &amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time/details.html#changes&quot;&amp;gt;Change
- History&amp;lt;/a&amp;gt; for details.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/index.htm&quot;&amp;gt;Filesystem
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Major upgrade in preparation for submission to the C++ Standards
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time.html&quot;&gt;Date_time library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for new US/Canada timezone rules and other bug fixes. See &lt;a href=&quot;/doc/libs/1_34_0/doc/html/date_time/details.html#changes&quot;&gt;Change
+ History&lt;/a&gt; for details.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/index.htm&quot;&gt;Filesystem
+ Library&lt;/a&gt;:&lt;/span&gt; Major upgrade in preparation for submission to the C++ Standards
         Committee for TR2. Changes include:
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization&quot;&amp;gt;Internationalization&amp;lt;/a&amp;gt;,
- provided by class templates &amp;lt;em&amp;gt;basic_path&amp;lt;/em&amp;gt;, &amp;lt;em&amp;gt;basic_filesystem_error&amp;lt;/em&amp;gt;,
- &amp;lt;em&amp;gt;basic_directory_iterator&amp;lt;/em&amp;gt;, and &amp;lt;em&amp;gt;basic_directory_entry&amp;lt;/em&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification&quot;&amp;gt;Simplification&amp;lt;/a&amp;gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Internationalization&quot;&gt;Internationalization&lt;/a&gt;,
+ provided by class templates &lt;em&gt;basic_path&lt;/em&gt;, &lt;em&gt;basic_filesystem_error&lt;/em&gt;,
+ &lt;em&gt;basic_directory_iterator&lt;/em&gt;, and &lt;em&gt;basic_directory_entry&lt;/em&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Simplification&quot;&gt;Simplification&lt;/a&gt;
             of the path interface by eliminating special constructors to identify
             native formats.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization&quot;&amp;gt;Rationalization&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Rationalization&quot;&gt;Rationalization&lt;/a&gt;
             of predicate function design, including the addition of several new functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Clearer specification by reference to &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01&quot;&amp;gt;POSIX&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ Clearer specification by reference to &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/design.htm#POSIX-01&quot;&gt;POSIX&lt;/a&gt;,
             the ISO/IEEE Single Unix Standard, with provisions for Windows and other
             operating systems.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation&quot;&amp;gt;Preservation&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#Preservation&quot;&gt;Preservation&lt;/a&gt;
             of existing user code whenever possible.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient&quot;&amp;gt;More
- efficient&amp;lt;/a&amp;gt; directory iteration.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Addition of a &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator&quot;&amp;gt;recursive
- directory iterator&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/function/index.html&quot;&amp;gt;Function Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/i18n.html#More_efficient&quot;&gt;More
+ efficient&lt;/a&gt; directory iteration.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Addition of a &lt;a href=&quot;/doc/libs/1_34_0/libs/filesystem/doc/tr2_proposal.html#Class-template-basic_recursive_directory_iterator&quot;&gt;recursive
+ directory iterator&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/function/index.html&quot;&gt;Function Library&lt;/a&gt;:&lt;/span&gt;
   Boost.Function
         now implements a small buffer optimization, which can drastically improve
         the performance when copying or constructing Boost.Function objects storing
- small function objects. For instance, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;:&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;foo&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;x&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_1&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;_2&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ small function objects. For instance, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;:&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;foo&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;
+ &lt;span class=&quot;special&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;x&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;_2&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;
         requires no heap allocation when placed into a Boost.Function object.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/functional/hash/index.html&quot;&amp;gt;Functional/Hash
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Use declarations for standard classes, so that the library doesn't need
             to include all of their headers
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Deprecated the &amp;lt;tt&amp;gt;&amp;amp;lt;boost/functional&amp;lt;em&amp;gt;hash&amp;lt;/em&amp;gt;*.hpp&amp;amp;gt;&amp;lt;/tt&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Deprecated the &lt;tt&gt;&amp;lt;boost/functional&lt;em&gt;hash&lt;/em&gt;*.hpp&amp;gt;&lt;/tt&gt;
             headers.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Add support for the &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_HASH_NO_EXTENSIONS&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Add support for the &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_HASH_NO_EXTENSIONS&lt;/span&gt;&lt;/code&gt;
             macro, which disables the extensions to TR1
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Minor improvements to the hash functions for floating point numbers.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/index.html&quot;&amp;gt;Graph Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;edmonds_maximum_cardinality_matching&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/index.html&quot;&gt;Graph Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/maximum_matching.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;edmonds_maximum_cardinality_matching&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Aaron Windsor.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lengauer_tarjan_dominator_tree&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/lengauer_tarjan_dominator.htm&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lengauer_tarjan_dominator_tree&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from JongSoo Park.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;compressed_sparse_row_graph&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/compressed_sparse_row.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;compressed_sparse_row_graph&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremiah Willcock and Douglas Gregor of Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;sorted_erdos_renyi_iterator&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/sorted_erdos_renyi_gen.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;sorted_erdos_renyi_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;,
             from Jeremiah Willcock of Indiana University.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;biconnected_components&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; now
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/biconnected_components.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;biconnected_components&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
             supports a visitor and named parameters, from Janusz Piwowarski.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;adjacency_matrix&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; now models
- the &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html&quot;&amp;gt;Bidirectional
- Graph&amp;lt;/a&amp;gt; concept.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dijkstra_shortest_paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; now
- calls &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;vis&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;initialize_vertex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for each vertex during
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/adjacency_matrix.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;adjacency_matrix&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now models
+ the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/BidirectionalGraph.html&quot;&gt;Bidirectional
+ Graph&lt;/a&gt; concept.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/dijkstra_shortest_paths.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; now
+ calls &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;vis&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;.&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;initialize_vertex&lt;/span&gt;&lt;/code&gt; for each vertex during
             initialization.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;em&amp;gt;Note:&amp;lt;/em&amp;gt; the name of the compiled library
- for the &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html&quot;&amp;gt;GraphViz
- reader&amp;lt;/a&amp;gt; has changed to &amp;lt;tt&amp;gt;boost_graph&amp;lt;/tt&amp;gt; (from &amp;lt;tt&amp;gt;bgl-viz&amp;lt;/tt&amp;gt;)
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;em&gt;Note:&lt;/em&gt; the name of the compiled library
+ for the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/read_graphviz.html&quot;&gt;GraphViz
+ reader&lt;/a&gt; has changed to &lt;tt&gt;boost_graph&lt;/tt&gt; (from &lt;tt&gt;bgl-viz&lt;/tt&gt;)
             to match Boost conventions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- See the &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0&quot;&amp;gt;complete
- revision history&amp;lt;/a&amp;gt; for more information.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_array/index.html&quot;&amp;gt;MultiArray
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ See the &lt;a href=&quot;/doc/libs/1_34_0/libs/graph/doc/history.html#1.34.0&quot;&gt;complete
+ revision history&lt;/a&gt; for more information.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/multi_array/index.html&quot;&gt;MultiArray
+ Library&lt;/a&gt;:&lt;/span&gt;
   Boost.MultiArray now by default provides range-checking for
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;operator&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;[]&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- Range checking can be disabled by defining the macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_DISABLE_ASSERTS&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- before including &amp;lt;tt&amp;gt;multi_array.hpp&amp;lt;/tt&amp;gt;. A bug in &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;multi_array&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;resize&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;operator&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;[]&lt;/span&gt;&lt;/code&gt;.
+ Range checking can be disabled by defining the macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_DISABLE_ASSERTS&lt;/span&gt;&lt;/code&gt;
+ before including &lt;tt&gt;multi_array.hpp&lt;/tt&gt;. A bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;multi_array&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;resize&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
         related to storage orders was fixed.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/index.html&quot;&amp;gt;Multi-index
- Containers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- New &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices&quot;&amp;gt;random
- access indices&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Non key-based indices feature new &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange&quot;&amp;gt;rearrange
- facilities&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ New &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rnd_indices&quot;&gt;random
+ access indices&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Non key-based indices feature new &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/tutorial/indices.html#rearrange&quot;&gt;rearrange
+ facilities&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
             This version also includes a number of optimizations and usage improvements.
- For a complete list of changes, see the library &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34&quot;&amp;gt;release
- notes&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/optional/index.html&quot;&amp;gt;Optional Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;none_t&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;keyword&quot;&amp;gt;and&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;none&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; now added to Optional's documentation
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Relational operators now directly support arguments of type &amp;lt;code&amp;gt;&amp;lt;span class=&quot;char&quot;&amp;gt;'T'&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;lt;span class=&quot;char&quot;&amp;gt;'none_t'&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- operator-&amp;amp;gt;() now also works with reference types.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Helper functions &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;make_optional&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;val&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;),&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;make_optional&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;cond&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;val&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;keyword&quot;&amp;gt;and&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;get_optional_value_or&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span c
lass=&quot;identifier&quot;&amp;gt;opt&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;alternative_value&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ For a complete list of changes, see the library &lt;a href=&quot;/doc/libs/1_34_0/libs/multi_index/doc/release_notes.html#boost_1_34&quot;&gt;release
+ notes&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/optional/index.html&quot;&gt;Optional Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;none_t&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;and&lt;/span&gt;
+ &lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;none&lt;/span&gt;&lt;/code&gt; now added to Optional's documentation
+ &lt;/li&gt;
+ &lt;li&gt;
+ Relational operators now directly support arguments of type &lt;code&gt;&lt;span class=&quot;char&quot;&gt;'T'&lt;/span&gt;&lt;/code&gt; and &lt;code&gt;&lt;span class=&quot;char&quot;&gt;'none_t'&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ operator-&amp;gt;() now also works with reference types.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Helper functions &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;make_optional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;val&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;),&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;make_optional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;cond&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;val&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt; &lt;span class=&quot;keyword&quot;&gt;and&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;get_optional_value_or&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;opt&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;alternative_value&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&g
t;&lt;/code&gt;
             added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Constructor taking a boolean condition (as well as a value) added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Member function &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;get_value_or&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;alternative_value&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Incompatbility bug with mpl::apply&amp;amp;lt;&amp;amp;gt; fixed.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Member function &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;get_value_or&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;alternative_value&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt; added.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Incompatbility bug with mpl::apply&amp;lt;&amp;gt; fixed.
+ &lt;/li&gt;
+ &lt;li&gt;
             Converting assignment bug with uninitialized lvalues fixed.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/parameter/index.html&quot;&amp;gt;Parameter
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Every ArgumentPack is now a valid &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html&quot;&amp;gt;MPL
- Forward Sequence.&amp;lt;/a&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/parameter/index.html&quot;&gt;Parameter
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Every ArgumentPack is now a valid &lt;a href=&quot;/doc/libs/1_34_0/libs/mpl/doc/refmanual/forward-sequence.html&quot;&gt;MPL
+ Forward Sequence.&lt;/a&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for unnamed arguments (those whose keyword is deduced from their
             types) is added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for named and unnamed template arguments is added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- New overload generation macros solve the &amp;lt;a href=&quot;
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm&quot;&amp;gt;forwarding
- problem&amp;lt;/a&amp;gt; directly.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ New overload generation macros solve the &lt;a href=&quot;http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2002/n1385.htm&quot;&gt;forwarding
+ problem&lt;/a&gt; directly.
+ &lt;/li&gt;
+ &lt;li&gt;
             See also the Python library changes, below.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&amp;gt;Pointer
- Container Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Support for serialization via &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/serialization/index.html&quot;&amp;gt;Boost.Serialization.&amp;lt;/a&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/ptr_container/index.html&quot;&gt;Pointer
+ Container Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Support for serialization via &lt;a href=&quot;/doc/libs/1_34_0/libs/serialization/index.html&quot;&gt;Boost.Serialization.&lt;/a&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Exceptions can be disabled by defining the macro BOOST_PTR_CONTAINER_NO_EXCEPTIONS
             before including any header. This macro is defined by default if BOOST_NO_EXCEPTIONS
             is defined.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Additional &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;auto_ptr&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- overloads added s.t. one can also pass &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;std&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;auto_ptr&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; instead of only &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; arguments to member functions.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;transfer&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- now has weaker requirements s.t. one can transfer objects from &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_container&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;Derived&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;ptr_container&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;Base&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/python/index.html&quot;&amp;gt;Python Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Additional &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;auto_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ overloads added s.t. one can also pass &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;std&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;auto_ptr&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt; instead of only &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;/code&gt; arguments to member functions.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;transfer&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;
+ now has weaker requirements s.t. one can transfer objects from &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_container&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;Derived&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;ptr_container&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;Base&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;,
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/python/index.html&quot;&gt;Python Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Boost.Python now automatically appends C++ signatures to docstrings.
- The new &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html&quot;&amp;gt;&amp;lt;tt&amp;gt;docstring_options.hpp&amp;lt;/tt&amp;gt;&amp;lt;/a&amp;gt;
+ The new &lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/docstring_options.html&quot;&gt;&lt;tt&gt;docstring_options.hpp&lt;/tt&gt;&lt;/a&gt;
             header is available to control the content of docstrings.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;stl_input_iterator&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt;, for turning
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/python/doc/v2/stl_iterator.html#stl_input_iterator-spec&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;stl_input_iterator&lt;/span&gt;&lt;/code&gt;&lt;/a&gt;, for turning
             a Python iterable object into an STL input iterator, from Eric Niebler.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;keyword&quot;&amp;gt;void&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for &lt;code&gt;&lt;span class=&quot;keyword&quot;&gt;void&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;/code&gt;
             conversions is added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Integrated support for wrapping C++ functions built with the parameter
             library; keyword names are automatically known to docsstrings.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Enhancements to the API for better embedding support (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;python&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;import&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;python&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;exec&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;, and
&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;boost&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;python&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;exec_file&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/doc/html/signals.html&quot;&amp;gt;Signals Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; More
+ &lt;/li&gt;
+ &lt;li&gt;
+ Enhancements to the API for better embedding support (&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;import&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;, &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;exec&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;, and &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;boost&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;python&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::
&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;exec_file&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/doc/html/signals.html&quot;&gt;Signals Library&lt;/a&gt;:&lt;/span&gt; More
         improvements to signal invocation performance from Robert Zeh.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm&quot;&amp;gt;Smart Pointers
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor&quot;&amp;gt;Allocator
- support&amp;lt;/a&amp;gt; as proposed in &amp;lt;a href=&quot;http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf&quot;&amp;gt;N1851&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/smart_ptr.htm&quot;&gt;Smart Pointers
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/shared_ptr.htm#allocator_constructor&quot;&gt;Allocator
+ support&lt;/a&gt; as proposed in &lt;a href=&quot;http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1851.pdf&quot;&gt;N1851&lt;/a&gt;
             (162 Kb PDF).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;pointer_cast&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; and &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;pointer_to_other&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; utilities
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_cast.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_cast&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and &lt;a href=&quot;/doc/libs/1_34_0/libs/smart_ptr/pointer_to_other.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;pointer_to_other&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; utilities
             to allow pointer-independent code, from Ion Gaztanaga.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/algorithm/string/index.html&quot;&amp;gt;String
- Algorithm Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;lexicographical_compare&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;join&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- New comparison predicates &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;is_less&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;is_not_greater&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Negative indexes support (like Perl) in various algorihtms (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_head&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;/&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;tail&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;,
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_nth&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_34_0/libs/wave/index.html&quot;&amp;gt;Wave Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/algorithm/string/index.html&quot;&gt;String
+ Algorithm Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;lexicographical_compare&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;join&lt;/span&gt;&lt;/code&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ New comparison predicates &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_less&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_not_greater&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ Negative indexes support (like Perl) in various algorihtms (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;_head&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;/&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;tail&lt;/span&gt;&lt;/code&gt;,
+ &lt;code&gt;&lt;span class=&quot;special&quot;&gt;*&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;_nth&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_34_0/libs/wave/index.html&quot;&gt;Wave Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Wave now correctly recognizes pp-number tokens as mandated by the C++
             Standard, which are converted to C++ tokens right before they are returned
             from the library.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Several new preprocessing hooks have been added. For a complete description
- please refer to the related documentation page: &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html&quot;&amp;gt;The
- Context Policy&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ please refer to the related documentation page: &lt;a href=&quot;/doc/libs/1_34_0/libs/wave/doc/class_reference_ctxpolicy.html&quot;&gt;The
+ Context Policy&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
             Shared library (dll) support has been added for the generated Wave libraries.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             The overall error handling has been improved. It is now possible to recover
             and continue after an error or a warning was issued.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for optional comment and/or full whitespace preservation in the
             generated output stream has been added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             The Wave library now performs automatic include guard detection to avoid
             accessing header files more than once, if appropriate.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Full interactive mode has been added to the Wave tool. Now the Wave tool
             can be used just like Python or Perl for instance to interactively try
             out your BOOST_PP macros. Additionally it is now possible to load and
             save the current state of an interactive session (macro tables et.al.).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             The overall performance has been improved by upto 40-60%, depending on
             the concrete files to process.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for new pragmas has been added allowing to control certain library
             features from inside the preprocessed sources (partial output redirection,
             control of generated whitespace and #line directives).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Optional support for #pragma message &amp;amp;quot;...&amp;amp;quot; has been added.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Optional support for #pragma message &amp;quot;...&amp;quot; has been added.
+ &lt;/li&gt;
+ &lt;li&gt;
             This version also includes a number of bug fixes and usage improvements.
- For a complete list of changes, see the libraries &amp;lt;a href=&quot;/doc/libs/1_34_0/libs/wave/ChangeLog&quot;&amp;gt;change
- log&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_0.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ For a complete list of changes, see the libraries &lt;a href=&quot;/doc/libs/1_34_0/libs/wave/ChangeLog&quot;&gt;change
+ log&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_0.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. The following compilers and platforms have been
       extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the &amp;lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&amp;gt;regression
- test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 4.0.1 on Mac OS
+ will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression
+ test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 4.0.1 on Mac OS
         X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.8.2 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org/&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org/&quot;&gt;GNU C++&lt;/a&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             3.2.x., 3.3.x, 3.4.x, 4.0.x, 4.1.x on Linux
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             4.1.x on Solaris
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             3.4.x on Windows
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&amp;gt;HP aC++ A.06.14&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 9.1 on Windows, 9.0 on Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com/&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 9.4
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP aC++ A.06.14&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 9.1 on Windows, 9.0 on Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com/&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 9.4
         on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &amp;amp;quot;Safe&amp;amp;quot; C++ Library shipping with Visual
+ support the non-standard &amp;quot;Safe&amp;quot; C++ Library shipping with Visual
         C++ 8.0, which may result in many spurious warnings from Boost headers and
         other standards-conforming C++ code. To suppress these warnings, define the
- macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_SCL_SECURE_NO_DEPRECATE&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developers.sun.com/sunstudio/compilers_index.html&quot;&amp;gt;Sun
- Studio 11&amp;lt;/a&amp;gt; on Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_34_0.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;a href=&quot;/users/people/thomas_witt.html&quot;&amp;gt;Thomas Witt&amp;lt;/a&amp;gt; managed this
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developers.sun.com/sunstudio/compilers_index.html&quot;&gt;Sun
+ Studio 11&lt;/a&gt; on Solaris.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_34_0.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;a href=&quot;/users/people/thomas_witt.html&quot;&gt;Thomas Witt&lt;/a&gt; managed this
       release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Vladimir Prus for making Boost.Build
       version 2 a reality, David Abrahams for authoring a new getting started guide
       and Greg D. for answering countless questions.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>asio Formal Review Begins</title><pubDate>Sun, 10 Dec 2006 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
- The review will run until Friday December 23rd. The &amp;lt;a href=&quot;http://asio.sourceforge.net/&quot;&amp;gt;Boost.Asio&amp;lt;/a&amp;gt;
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item><item><title>asio Formal Review Begins</title><pubDate>Sun, 10 Dec 2006 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
+ The review will run until Friday December 23rd. The &lt;a href=&quot;http://asio.sourceforge.net/&quot;&gt;Boost.Asio&lt;/a&gt;
       library is intended for programmers using C++ for systems programming, where
       access to operating system functionality such as networking is often required.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
- &amp;lt;p&amp;gt;
- The review will run until Friday December 23rd. The &amp;lt;a href=&quot;http://asio.sourceforge.net/&quot;&amp;gt;Boost.Asio&amp;lt;/a&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><description>&lt;div class=&quot;description&quot;&gt;
+ &lt;p&gt;
+ The review will run until Friday December 23rd. The &lt;a href=&quot;http://asio.sourceforge.net/&quot;&gt;Boost.Asio&lt;/a&gt;
     library is intended for programmers using C++ for systems programming, where
     access to operating system functionality such as networking is often required.
- &amp;lt;/p&amp;gt;
-&amp;lt;/div&amp;gt;</description></item><item><title>Version 1.33.1</title><pubDate>Tue, 5 Dec 2006 12:00:00 GMT</pubDate><boostbook:purpose>&amp;lt;span class=&quot;brief&quot;&amp;gt;&amp;lt;span class=&quot;purpose&quot;&amp;gt;
+ &lt;/p&gt;
+&lt;/div&gt;</description></item><item><title>Version 1.33.1</title><pubDate>Tue, 5 Dec 2006 12:00:00 GMT</pubDate><boostbook:purpose>&lt;span class=&quot;brief&quot;&gt;&lt;span class=&quot;purpose&quot;&gt;
       Updated Libraries: Any, Config, Python, Smart Pointer, Regex, Iostreams, Functional/Hash,
       Multi-index Containers, Graph, Signals, Thread, and Wave.
- &amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;</boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=376197><description>&amp;lt;div class=&quot;description&quot;&amp;gt;
+ &lt;/span&gt;&lt;/span&gt;</boostbook:purpose><boostbook:download>
http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=376197><description>&lt;div class=&quot;description&quot;&gt;
   
- &amp;lt;div id=&quot;version_1_33_1.updated_libraries&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Updated Libraries&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&amp;gt;Any Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Cast
- to reference types introduced in 1.33.0 is now documented on &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;any_cast&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; documentation page.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&amp;gt;Bind Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Bind
- expressions now support &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&amp;gt;comparisons
- and negation&amp;lt;/a&amp;gt;. Example: &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;name&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_1&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;
- &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;bind&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;(&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;X&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;::&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;name&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;,&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;identifier&quot;&amp;gt;_2&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/config/index.html&quot;&amp;gt;Config Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Don't
- undef &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;BOOST_LIB_TOOLSET&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; after
+ &lt;div id=&quot;version_1_33_1.updated_libraries&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Updated Libraries&lt;/span&gt;&lt;/h3&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/doc/html/any.html&quot;&gt;Any Library&lt;/a&gt;:&lt;/span&gt; Cast
+ to reference types introduced in 1.33.0 is now documented on &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;any_cast&lt;/span&gt;&lt;/code&gt; documentation page.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html&quot;&gt;Bind Library&lt;/a&gt;:&lt;/span&gt; Bind
+ expressions now support &lt;a href=&quot;/doc/libs/1_33_1/libs/bind/bind.html#operators&quot;&gt;comparisons
+ and negation&lt;/a&gt;. Example: &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_1&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;
+ &lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;bind&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;(&amp;amp;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;X&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;::&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;name&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;identifier&quot;&gt;_2&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;)&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/config/index.html&quot;&gt;Config Library&lt;/a&gt;:&lt;/span&gt; Don't
+ undef &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;BOOST_LIB_TOOLSET&lt;/span&gt;&lt;/code&gt; after
         use.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&amp;gt;Boost.Python&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             The build now assumes Python 2.4 by default, rather than 2.2
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Support Python that's built without Unicode support
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for wrapping classes with overloaded address-of (&amp;lt;code&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;amp;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;) operators
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/smart_ptr/index.html&quot;&amp;gt;Smart Pointer
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for wrapping classes with overloaded address-of (&lt;code&gt;&lt;span class=&quot;special&quot;&gt;&amp;amp;&lt;/span&gt;&lt;/code&gt;) operators
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/smart_ptr/index.html&quot;&gt;Smart Pointer
+ Library&lt;/a&gt;:&lt;/span&gt; Fixed problems under Metrowerks CodeWarrior on PowerPC (Mac
         OS X) with inlining on, GNU GCC on PowerPC 64.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/index.html&quot;&amp;gt;Regex Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Fixed
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/index.html&quot;&gt;Regex Library&lt;/a&gt;:&lt;/span&gt; Fixed
         the supplied makefiles, and other small compiler specific changes. Refer
- to the &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&amp;gt;regex history
- page&amp;lt;/a&amp;gt; for more information on these and other small changes.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&amp;gt;Iostreams
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ to the &lt;a href=&quot;/doc/libs/1_33_1/libs/regex/doc/history.html&quot;&gt;regex history
+ page&lt;/a&gt; for more information on these and other small changes.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/iostreams/doc/index.html&quot;&gt;Iostreams
+ Library&lt;/a&gt;:&lt;/span&gt;
   Improved the interface for accessing a chain's components,
- added &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;is_open&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; members to
+ added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;is_open&lt;/span&gt;&lt;/code&gt; members to
         the file and file descriptor devices, fixed memory-mapped files on Windows,
         and made minor changes to the documentation.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&amp;gt;Boost.Python&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/python/doc/index.html&quot;&gt;Boost.Python&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
             Added support for docstrings on nonstatic properties.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- We now export the client-provided docstrings for &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;init&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;optional&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;
- and &amp;lt;em&amp;gt;XXX&amp;lt;/em&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_FUNCTION_OVERLOADS&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;()&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; for only the last overload.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ We now export the client-provided docstrings for &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;init&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;optional&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&amp;gt;&lt;/span&gt; &lt;span class=&quot;special&quot;&gt;&amp;gt;&lt;/span&gt;&lt;/code&gt;
+ and &lt;em&gt;XXX&lt;/em&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_FUNCTION_OVERLOADS&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;()&lt;/span&gt;&lt;/code&gt; for only the last overload.
+ &lt;/li&gt;
+ &lt;li&gt;
             Support for Embedded VC++ 4 and GCC-3.3 on MacOS added
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Introduced better support for rvalue from-python conversions of shared_ptr.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Support for exposing &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;vector&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;&amp;amp;lt;&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;T&amp;lt;/span&amp;gt;&amp;lt;span class=&quot;special&quot;&amp;gt;*&amp;amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; with the indexing suite.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ Support for exposing &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;vector&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span class=&quot;identifier&quot;&gt;T&lt;/span&gt;&lt;span class=&quot;special&quot;&gt;*&amp;gt;&lt;/span&gt;&lt;/code&gt; with the indexing suite.
+ &lt;/li&gt;
+ &lt;li&gt;
             updated visual studio project build file.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
             Added search feature to the index page.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&amp;gt;Functional/Hash
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/functional/hash/index.html&quot;&gt;Functional/Hash
+ Library&lt;/a&gt;:&lt;/span&gt;
   Fixed the points example.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&amp;gt;Multi-index
- Containers Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/index.html&quot;&gt;Multi-index
+ Containers Library&lt;/a&gt;:&lt;/span&gt;
   Fixed a problem with multithreaded code, and other
- minor changes. Refer to the library &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&amp;gt;release
- notes&amp;lt;/a&amp;gt; for further details.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html&quot;&amp;gt;Graph
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- Fixed a problem with the relaxed heap on x86 Linux (fixes bug in &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dijkstra_shortest_paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;).
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Fixed problems with &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;cuthill_mckee_ordering&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; and
- &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&amp;gt;&amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;king_ordering&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;/a&amp;gt; producing no
+ minor changes. Refer to the library &lt;a href=&quot;/doc/libs/1_33_1/libs/multi_index/doc/release_notes.html#boost_1_33_1&quot;&gt;release
+ notes&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/table_of_contents.html&quot;&gt;Graph
+ Library&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ Fixed a problem with the relaxed heap on x86 Linux (fixes bug in &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;).
+ &lt;/li&gt;
+ &lt;li&gt;
+ Fixed problems with &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/cuthill_mckee_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;cuthill_mckee_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; and
+ &lt;a href=&quot;/doc/libs/1_33_1/libs/graph/doc/king_ordering.html&quot;&gt;&lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;king_ordering&lt;/span&gt;&lt;/code&gt;&lt;/a&gt; producing no
             results.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- Added &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;color_map&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; parameter
- to &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;dijkstra_shortest_paths&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/signals/doc/index.html&quot;&amp;gt;Signals
- Library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt; Fixed problems with the use of Signals across shared library
+ &lt;/li&gt;
+ &lt;li&gt;
+ Added &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;color_map&lt;/span&gt;&lt;/code&gt; parameter
+ to &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;dijkstra_shortest_paths&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/signals/doc/index.html&quot;&gt;Signals
+ Library&lt;/a&gt;:&lt;/span&gt; Fixed problems with the use of Signals across shared library
         boundaries.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/thread/doc/index.html&quot;&amp;gt;Thread library&amp;lt;/a&amp;gt;:&amp;lt;/span&amp;gt;
- &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;read_write_mutex&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt; has been removed due to
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/thread/doc/index.html&quot;&gt;Thread library&lt;/a&gt;:&lt;/span&gt;
+ &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;read_write_mutex&lt;/span&gt;&lt;/code&gt; has been removed due to
         problems with deadlocks.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;span class=&quot;library&quot;&amp;gt;&amp;lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&amp;gt;Wave library&amp;lt;/a&amp;gt;
- (V1.2.1):&amp;lt;/span&amp;gt; Fixed a couple of problems, refer to the &amp;lt;a href=&quot;/doc/libs/1_33_1/libs/wave/ChangeLog&quot;&amp;gt;change
- log&amp;lt;/a&amp;gt; for further details.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_33_1.supported_compilers&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Supported Compilers&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;/doc/libs/1_33_1/libs/wave/index.html&quot;&gt;Wave library&lt;/a&gt;
+ (V1.2.1):&lt;/span&gt; Fixed a couple of problems, refer to the &lt;a href=&quot;/doc/libs/1_33_1/libs/wave/ChangeLog&quot;&gt;change
+ log&lt;/a&gt; for further details.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_1.supported_compilers&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Supported Compilers&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
       Boost is tested on a wide range of compilers and platforms. Since Boost libraries
       rely on modern C++ features not available in all compilers, not all Boost libraries
       will work with every compiler. The following compilers and platforms have been
       extensively tested with Boost, although many other compilers and platforms
- will work as well. For more information, see the &amp;lt;a href=&quot;
http://www.boost.org/regression/release/user/&quot;&amp;gt;regression
- test results&amp;lt;/a&amp;gt;.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;em&amp;gt;New for this release&amp;lt;/em&amp;gt;: Support for building
+ will work as well. For more information, see the &lt;a href=&quot;http://www.boost.org/regression/release/user/&quot;&gt;regression
+ test results&lt;/a&gt;.
+ &lt;/p&gt;
+ &lt;p&gt;
+ &lt;em&gt;New for this release&lt;/em&gt;: Support for building
       with the newest STLport-5.0 was added. The support includes building with MinGW
       Runtime 3.8 plus STLport-5.0 improved to support wide character operations.
       Apple GCC 4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported platforms.
- We have added an experimental autoconf-like &amp;lt;tt&amp;gt;configure&amp;lt;/tt&amp;gt; script
- for Unix-like systems: run &amp;lt;tt&amp;gt;configure --help&amp;lt;/tt&amp;gt; for more information.
- &amp;lt;/p&amp;gt;
- &amp;lt;ul&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://developer.apple.com/&quot;&amp;gt;Apple GCC&amp;lt;/a&amp;gt; 3.3, 4.0 on Mac
+ We have added an experimental autoconf-like &lt;tt&gt;configure&lt;/tt&gt; script
+ for Unix-like systems: run &lt;tt&gt;configure --help&lt;/tt&gt; for more information.
+ &lt;/p&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://developer.apple.com/&quot;&gt;Apple GCC&lt;/a&gt; 3.3, 4.0 on Mac
         OS X.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&amp;gt;Borland C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.codegear.com/products/cppbuilder&quot;&gt;Borland C++&lt;/a&gt;
         5.6.4 on Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://gcc.gnu.org&quot;&amp;gt;GNU C++&amp;lt;/a&amp;gt; 2.95.3 (with and without
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://gcc.gnu.org&quot;&gt;GNU C++&lt;/a&gt; 2.95.3 (with and without
         STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&amp;gt;HP C++ for Tru64 UNIX 7.1&amp;lt;/a&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&amp;gt;Intel
- C++&amp;lt;/a&amp;gt; 8.1, 9.0 on Windows, Linux.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://www.metrowerks.com&quot;&amp;gt;Metrowerks CodeWarrior&amp;lt;/a&amp;gt; 8.3,
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://h30097.www3.hp.com/cplus/&quot;&gt;HP C++ for Tru64 UNIX 7.1&lt;/a&gt;.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm&quot;&gt;Intel
+ C++&lt;/a&gt; 8.1, 9.0 on Windows, Linux.
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://www.metrowerks.com&quot;&gt;Metrowerks CodeWarrior&lt;/a&gt; 8.3,
         9.4, 9.5 on Mac OS X and Windows.
- &amp;lt;/li&amp;gt;
- &amp;lt;li&amp;gt;
- &amp;lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&amp;gt;Microsoft Visual C++&amp;lt;/a&amp;gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;a href=&quot;http://msdn.microsoft.com/visualc/&quot;&gt;Microsoft Visual C++&lt;/a&gt;
         6.0 (sp5, with and without STLport), 7.0, 7.1, 8.0. Note: Boost does not
- support the non-standard &amp;amp;quot;Safe&amp;amp;quot; C++ Library shipping with Visual
+ support the non-standard &amp;quot;Safe&amp;quot; C++ Library shipping with Visual
         C++ 8.0, which may result in many spurious warnings from Boost headers and
         other standards-conforming C++ code. To suppress these warnings, define the
- macro &amp;lt;code&amp;gt;&amp;lt;span class=&quot;identifier&quot;&amp;gt;_SCL_SECURE_NO_DEPRECATE&amp;lt;/span&amp;gt;&amp;lt;/code&amp;gt;.
- &amp;lt;/li&amp;gt;
- &amp;lt;/ul&amp;gt;
- &amp;lt;/div&amp;gt;
- &amp;lt;div id=&quot;version_1_33_1.acknowledgements&quot;&amp;gt;
- &amp;lt;h3&amp;gt;&amp;lt;span class=&quot;link&quot;&amp;gt;Acknowledgements&amp;lt;/span&amp;gt;&amp;lt;/h3&amp;gt;
- &amp;lt;p&amp;gt;
- &amp;lt;span class=&quot;inset-left&quot;&amp;gt;&amp;lt;img alt=&quot;Medieval Mr. Gregor&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&amp;gt;&amp;lt;/span&amp;gt;
-&amp;lt;a href=&quot;/users/people/doug_gregor.html&quot;&amp;gt;Douglas
- Gregor&amp;lt;/a&amp;gt; managed this release.
- &amp;lt;/p&amp;gt;
- &amp;lt;p&amp;gt;
+ macro &lt;code&gt;&lt;span class=&quot;identifier&quot;&gt;_SCL_SECURE_NO_DEPRECATE&lt;/span&gt;&lt;/code&gt;.
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;div id=&quot;version_1_33_1.acknowledgements&quot;&gt;
+ &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Acknowledgements&lt;/span&gt;&lt;/h3&gt;
+ &lt;p&gt;
+ &lt;span class=&quot;inset-left&quot;&gt;&lt;img alt=&quot;Medieval Mr. Gregor&quot; src=&quot;/gfx/boost_1_33_0.jpg&quot;/&gt;&lt;/span&gt;
+&lt;a href=&quot;/users/people/doug_gregor.html&quot;&gt;Douglas
+ Gregor&lt;/a&gt; managed this release.
+ &lt;/p&gt;
+ &lt;p&gt;
       A great number of people contributed their time and expertise to make this
       release possible. Special thanks go to Aleksey Gurtovoy and Misha Bergal, who
       managed to keep the regression testing system working throughout the release
       process; David Abrahams, Beman Dawes, Aleksey Gurtovoy, Bronek Kozicki, Rene
       Rivera and Jonathan Turkanis for greatly improving the quality of this release;
- Rene Rivera for the new Boost web page design; and Zoltan &amp;amp;quot;cad&amp;amp;quot; Juhasz
+ Rene Rivera for the new Boost web page design; and Zoltan &amp;quot;cad&amp;quot; Juhasz
       for the new Boost logo.
- &amp;lt;/p&amp;gt;
- &amp;lt;/div&amp;gt;
-&amp;lt;/div&amp;gt;</description></item></channel>
+ &lt;/p&gt;
+ &lt;/div&gt;
+&lt;/div&gt;</description></item></channel>
 </rss>
\ No newline at end of file

Modified: website/public_html/beta/index.php
==============================================================================
--- website/public_html/beta/index.php (original)
+++ website/public_html/beta/index.php 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -13,7 +13,7 @@
   "HTML Tidy for Windows (vers 1st November 2003), see www.w3.org" />
 
   <title>Boost C++ Libraries</title>
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-welcome.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->

Modified: website/public_html/beta/users/download/entry.php
==============================================================================
--- website/public_html/beta/users/download/entry.php (original)
+++ website/public_html/beta/users/download/entry.php 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -9,7 +9,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title><?php print $_downloads->db[$_guid]['title']; ?></title>
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->

Modified: website/public_html/beta/users/download/index.php
==============================================================================
--- website/public_html/beta/users/download/index.php (original)
+++ website/public_html/beta/users/download/index.php 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -8,7 +8,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title>Boost Downloads</title>
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->

Modified: website/public_html/beta/users/history/entry.php
==============================================================================
--- website/public_html/beta/users/history/entry.php (original)
+++ website/public_html/beta/users/history/entry.php 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -9,7 +9,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title><?php print $_history->db[$_guid]['title']; ?></title>
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
   <style type="text/css">

Modified: website/public_html/beta/users/history/index.php
==============================================================================
--- website/public_html/beta/users/history/index.php (original)
+++ website/public_html/beta/users/history/index.php 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -9,7 +9,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title>Boost Version History</title>
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->

Modified: website/public_html/beta/users/news/entry.php
==============================================================================
--- website/public_html/beta/users/news/entry.php (original)
+++ website/public_html/beta/users/news/entry.php 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -9,7 +9,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title><?php print $_news->db[$_guid]['title']; ?></title>
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
   <style type="text/css">

Modified: website/public_html/beta/users/news/index.php
==============================================================================
--- website/public_html/beta/users/news/index.php (original)
+++ website/public_html/beta/users/news/index.php 2008-03-16 15:35:02 EDT (Sun, 16 Mar 2008)
@@ -9,7 +9,7 @@
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
   <title>Boost News</title>
- <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->


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