2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 20:12:14 +00:00

Boost 1.57.0 beta1

This commit is contained in:
Daniel James
2014-10-21 01:03:57 +01:00
parent 715ca2366e
commit 39507a3e13
7 changed files with 178 additions and 79 deletions

View File

@@ -2,10 +2,9 @@
[quickbook 1.6]
[source-mode c++]
[purpose
New Libraries:
Updated Libraries:
[/ Please don't add updated libraries yet, it
can create unnecessary merge conflicts.]
Coroutine, Flyweight, Iterator, Containers, Preprocessor,
Containers, Thread, Utility, uBLAS.
]
[authors [Clow, Marshall]]
[/ last-revision is used for the final release data]
@@ -13,11 +12,26 @@
]
[import ext.qbk]
[status beta]
[download http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/]
[download_basename boost_1_57_0_b1]
[documentation /doc/libs/1_57_0_b1/]
[section Beta Issues]
There are a couple of known problems with this beta:
* There are problems building with MSVC 8.0
* There are some problems with range/detail/any_iterator.hpp.
These will be fixed before the release.
Also, the release notes are incomplete at the moment.
[endsect]
[section Updated Libraries]
* /TODO/
* [phrase library..[@/libs/coroutine/index.html Coroutine]:]
* [ticket 10386] MSVC link error in asymmetric_coroutine.hpp: symbol already defined
* [ticket 10536] call to 'begin(...pull_coroutine< R > & c)' is ambiguous
@@ -78,8 +92,6 @@
* [@http://svn.boost.org/trac/boost/ticket/10529 #10529] The pthread/condition_variable_any constructor reports incorrect error code for pthread_cond_init
* [@http://svn.boost.org/trac/boost/ticket/10563 #10563] shared_future<R>::then should be const
* [phrase library..[@/libs/utility/ Utility]:]
* The `next()` and `prior()` functions taking distance arguments were reworked. The code now work correctly when the distance is unsigned or both arguments are integers. The new code relies on the availability of operators supported by the first argument to select the correct implementation.
@@ -91,18 +103,7 @@
* removed warnings with MSVC for unused parameters
* regression tests now mostly in green for all configuration and compilers !
[/ TODO: These libraries always use the same message, referring to their
individual release notes. So check if they apply before the beta:
* /TODO/: [phrase library..[@/libs/spirit/ Spirit]:]
* Spirit Vx.x, see the
'[@/doc/libs/1_57_0/libs/spirit/doc/html/spirit/what_s_new/spirit_x_x.html What's New]'
section for details.
* /TODO/: [phrase library..[@/libs/wave/ Wave]:]
* See the [@/libs/wave/ChangeLog Changelog] for details.
]
* /TODO: More details to come/
[endsect]
@@ -136,7 +137,7 @@ Boost's primary test compilers are:
Boost's additional test compilers include:
* /TODO/
* /TODO: Will add soon./
[endsect]

View File

@@ -10,17 +10,37 @@
<item><title>Version 1.57.0</title><link>http://www.boost.org/users/history/version_1_57_0.html</link><guid>http://www.boost.org/users/history/version_1_57_0.html</guid><pubDate>In Progress</pubDate><description>
&lt;div id=&quot;version_1_57_0.beta_issues&quot;&gt;
&lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Beta Issues&lt;/span&gt;&lt;/h3&gt;
&lt;p&gt;
There are a couple of known problems with this beta:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
There are problems building with MSVC 8.0
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
There are some problems with range/detail/any_iterator.hpp.
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
These will be fixed before the release.
&lt;/p&gt;
&lt;p&gt;
Also, the release notes are incomplete at the moment.
&lt;/p&gt;
&lt;/div&gt;
&lt;div id=&quot;version_1_57_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;div&gt;
&lt;em&gt;TODO&lt;/em&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/coroutine/index.html&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/coroutine/index.html&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
@@ -39,11 +59,11 @@
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/flyweight/index.html&quot;&gt;Flyweight&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/flyweight/index.html&quot;&gt;Flyweight&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
Added serialization support via &lt;a href=&quot;http://www.boost.org/libs/serialization/index.html&quot;&gt;Boost
Added serialization support via &lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/serialization/index.html&quot;&gt;Boost
Serialization&lt;/a&gt;.
&lt;/div&gt;
&lt;/li&gt;
@@ -60,7 +80,7 @@
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/iterator/&quot;&gt;Iterator&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/iterator/&quot;&gt;Iterator&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
@@ -84,7 +104,7 @@
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
@@ -99,7 +119,7 @@
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/preprocessor/&quot;&gt;Preprocessor&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/preprocessor/&quot;&gt;Preprocessor&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
@@ -137,7 +157,7 @@
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
@@ -338,7 +358,7 @@
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/utility/&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/utility/&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
@@ -355,7 +375,7 @@
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/numeric/ublas/&quot;&gt;uBLAS&lt;/a&gt;:&lt;/span&gt;
&lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/numeric/ublas/&quot;&gt;uBLAS&lt;/a&gt;:&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
@@ -393,6 +413,11 @@
&lt;/ul&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;
&lt;em&gt;TODO: More details to come&lt;/em&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div id=&quot;version_1_57_0.compilers_tested&quot;&gt;
@@ -534,7 +559,7 @@
&lt;ul&gt;
&lt;li&gt;
&lt;div&gt;
&lt;em&gt;TODO&lt;/em&gt;
&lt;em&gt;TODO: Will add soon.&lt;/em&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;

View File

@@ -1,5 +1,6 @@
<ul class="toc">
<li><a href="#live">Current Release</a></li>
<li><a href="#beta">Beta Release</a></li>
<li><a href="#history">Old Boost Releases</a></li>
<li><a href="#repository">Git Repositories</a></li>
</ul>
@@ -25,3 +26,20 @@
<li><a href="http://sourceforge.net/projects/boost/files/boost/1.56.0/">Download</a></li>
<li><a href="/doc/libs/1_56_0/">Documentation</a></li>
</ul>
<h2 id="beta">Beta Release</h2>
<h3><span class=
"news-title">Version 1.57.0 beta</span></h3>
<p class="news-date">In Progress</p>
<p class="news-description">
<span class="brief"><span class="purpose">
Updated Libraries: Coroutine, Flyweight, Iterator, Containers, Preprocessor,
Containers, Thread, Utility, uBLAS.
</span></span></p>
<ul class="menu">
<li><a href="/users/history/version_1_57_0.html">Release Notes</a></li>
<li><a href="http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/">Download</a></li>
<li><a href="/doc/libs/1_57_0_b1/">Documentation</a></li>
</ul>

View File

@@ -5,6 +5,10 @@
<ul>
<li><div class="news-title"><a href="/users/history/version_1_56_0.html">Version 1.56.0</a></div><div class="news-date"><a href="/users/history/version_1_56_0.html">Release Notes</a> | <a href="http://sourceforge.net/projects/boost/files/boost/1.56.0/">Download</a> | <a href="/doc/libs/1_56_0/">Documentation</a></div><div class="news-date">August 7th, 2014 16:08 GMT</div></li>
</ul>
<h3>Beta Release</h3>
<ul>
<li><div class="news-title"><a href="/users/history/version_1_57_0.html">Version 1.57.0 beta</a></div><div class="news-date"><a href="/users/history/version_1_57_0.html">Release Notes</a> | <a href="http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/">Download</a> | <a href="/doc/libs/1_57_0_b1/">Documentation</a></div><div class="news-date">In Progress</div></li>
</ul>
</div>
<p><a href="/users/download/">More Downloads...</a> (<a href="feed/downloads.rss">RSS</a>)</p>
</div>

View File

@@ -2176,12 +2176,15 @@
(feed/history/boost_1_57_0.qbk
-dir_location
-documentation
"/doc/libs/1_57_0_b1/
-download
"http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/
-download_basename
"boost_1_57_0_b1
-id
"version_1_57_0
-last_modified
.1413802823.11
.1413849564.49
-location
"users/history/version_1_57_0.html
-notice
@@ -2191,12 +2194,13 @@
"In Progress
-purpose
"
" New Libraries: Updated Libraries:
" Updated Libraries: Coroutine, Flyweight, Iterator, Containers, Preprocessor,
" Containers, Thread, Utility, uBLAS.
"
-qbk_hash
"935078f80b2439b409677113daf3c007aa37aa7544587f591915b0eae429979f
"c9ad3bdbd5c990253614ae6aadfdcda21826070c2df556fdfa9b8700f65ba77e
-release_status
"dev
"beta
-title
"Version 1.57.0
-type

View File

@@ -24833,17 +24833,37 @@
"<item><title>Version 1.57.0</title><link>http://www.boost.org/users/history/version_1_57_0.html</link><guid>http://www.boost.org/users/history/version_1_57_0.html</guid><pubDate>In Progress</pubDate><description>
"
"
"
" &lt;div id=&quot;version_1_57_0.beta_issues&quot;&gt;
" &lt;h3&gt;&lt;span class=&quot;link&quot;&gt;Beta Issues&lt;/span&gt;&lt;/h3&gt;
" &lt;p&gt;
" There are a couple of known problems with this beta:
" &lt;/p&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" There are problems building with MSVC 8.0
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" There are some problems with range/detail/any_iterator.hpp.
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
" &lt;p&gt;
" These will be fixed before the release.
" &lt;/p&gt;
" &lt;p&gt;
" Also, the release notes are incomplete at the moment.
" &lt;/p&gt;
" &lt;/div&gt;
" &lt;div id=&quot;version_1_57_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;div&gt;
" &lt;em&gt;TODO&lt;/em&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/coroutine/index.html&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/coroutine/index.html&quot;&gt;Coroutine&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
@@ -24862,11 +24882,11 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/flyweight/index.html&quot;&gt;Flyweight&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/flyweight/index.html&quot;&gt;Flyweight&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" Added serialization support via &lt;a href=&quot;http://www.boost.org/libs/serialization/index.html&quot;&gt;Boost
" Added serialization support via &lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/serialization/index.html&quot;&gt;Boost
" Serialization&lt;/a&gt;.
" &lt;/div&gt;
" &lt;/li&gt;
@@ -24883,7 +24903,7 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/iterator/&quot;&gt;Iterator&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/iterator/&quot;&gt;Iterator&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
@@ -24907,7 +24927,7 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/multi_index/index.html&quot;&gt;Multi-index Containers&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
@@ -24922,7 +24942,7 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/preprocessor/&quot;&gt;Preprocessor&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/preprocessor/&quot;&gt;Preprocessor&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
@@ -24960,7 +24980,7 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
@@ -25161,7 +25181,7 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/utility/&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/utility/&quot;&gt;Utility&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
@@ -25178,7 +25198,7 @@
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/numeric/ublas/&quot;&gt;uBLAS&lt;/a&gt;:&lt;/span&gt;
" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_57_0_b1/libs/numeric/ublas/&quot;&gt;uBLAS&lt;/a&gt;:&lt;/span&gt;
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
@@ -25216,6 +25236,11 @@
" &lt;/ul&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;em&gt;TODO: More details to come&lt;/em&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
" &lt;/div&gt;
" &lt;div id=&quot;version_1_57_0.compilers_tested&quot;&gt;
@@ -25357,7 +25382,7 @@
" &lt;ul&gt;
" &lt;li&gt;
" &lt;div&gt;
" &lt;em&gt;TODO&lt;/em&gt;
" &lt;em&gt;TODO: Will add soon.&lt;/em&gt;
" &lt;/div&gt;
" &lt;/li&gt;
" &lt;/ul&gt;
@@ -25372,7 +25397,7 @@
" &lt;/div&gt;
"</description></item>
-last_modified
.1413802823.11
.1413849564.49
-quickbook
"feed/history/boost_1_57_0.qbk
)

View File

@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Version 1.57.0 - work in progress</title>
<title>Version 1.57.0 beta</title>
<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-v2/section-boost.css" />
@@ -35,33 +35,50 @@
<h1>Version 1.57.0</h1>
</div>
<div class="section-note"><p>Note: This release is
still under development. Please don't use this page as
a source of information, it's here for development
purposes only. Everything is subject to
change.</p></div>
<div class="section-body">
<h2><span class=
"news-title">Version 1.57.0 - work in progress</span></h2>
"news-title">Version 1.57.0 beta</span></h2>
<p><span class=news-date">In Progress</span></p>
<p><a href="/doc/libs/1_57_0_b1/">Documentation</a>
<table class="download-table"><caption>Beta Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
<tr><th scope="row" rowspan="2">unix</th><td><a href="http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/boost_1_57_0_b1.tar.bz2/download">boost_1_57_0_b1.tar.bz2</a></td></tr><tr><td><a href="http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/boost_1_57_0_b1.tar.gz/download">boost_1_57_0_b1.tar.gz</a></td></tr>
<tr><th scope="row" rowspan="2">windows</th><td><a href="http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/boost_1_57_0_b1.7z/download">boost_1_57_0_b1.7z</a></td></tr><tr><td><a href="http://sourceforge.net/projects/boost/files/boost-binaries/1.57.0.beta.1/boost_1_57_0_b1.zip/download">boost_1_57_0_b1.zip</a></td></tr></table>
<div class="news-description">
<div class="description">
<div id="version_1_57_0.beta_issues">
<h3><span class="link">Beta Issues</span></h3>
<p>
There are a couple of known problems with this beta:
</p>
<ul>
<li>
<div>
There are problems building with MSVC 8.0
</div>
</li>
<li>
<div>
There are some problems with range/detail/any_iterator.hpp.
</div>
</li>
</ul>
<p>
These will be fixed before the release.
</p>
<p>
Also, the release notes are incomplete at the moment.
</p>
</div>
<div id="version_1_57_0.updated_libraries">
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
<div>
<em>TODO</em>
</div>
</li>
<li>
<div>
<span class="library"><a href="/libs/coroutine/index.html">Coroutine</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/coroutine/index.html">Coroutine</a>:</span>
<ul>
<li>
<div>
@@ -80,11 +97,11 @@
</li>
<li>
<div>
<span class="library"><a href="/libs/flyweight/index.html">Flyweight</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/flyweight/index.html">Flyweight</a>:</span>
<ul>
<li>
<div>
Added serialization support via <a href="/libs/serialization/index.html">Boost
Added serialization support via <a href="/doc/libs/1_57_0_b1/libs/serialization/index.html">Boost
Serialization</a>.
</div>
</li>
@@ -101,7 +118,7 @@
</li>
<li>
<div>
<span class="library"><a href="/libs/iterator/">Iterator</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/iterator/">Iterator</a>:</span>
<ul>
<li>
<div>
@@ -125,7 +142,7 @@
</li>
<li>
<div>
<span class="library"><a href="/libs/multi_index/index.html">Multi-index Containers</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/multi_index/index.html">Multi-index Containers</a>:</span>
<ul>
<li>
<div>
@@ -140,7 +157,7 @@
</li>
<li>
<div>
<span class="library"><a href="/libs/preprocessor/">Preprocessor</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/preprocessor/">Preprocessor</a>:</span>
<ul>
<li>
<div>
@@ -178,7 +195,7 @@
</li>
<li>
<div>
<span class="library"><a href="/libs/thread/">Thread</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/thread/">Thread</a>:</span>
<ul>
<li>
<div>
@@ -379,7 +396,7 @@
</li>
<li>
<div>
<span class="library"><a href="/libs/utility/">Utility</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/utility/">Utility</a>:</span>
<ul>
<li>
<div>
@@ -396,7 +413,7 @@
</li>
<li>
<div>
<span class="library"><a href="/libs/numeric/ublas/">uBLAS</a>:</span>
<span class="library"><a href="/doc/libs/1_57_0_b1/libs/numeric/ublas/">uBLAS</a>:</span>
<ul>
<li>
<div>
@@ -434,6 +451,11 @@
</ul>
</div>
</li>
<li>
<div>
<em>TODO: More details to come</em>
</div>
</li>
</ul>
</div>
<div id="version_1_57_0.compilers_tested">
@@ -575,7 +597,7 @@
<ul>
<li>
<div>
<em>TODO</em>
<em>TODO: Will add soon.</em>
</div>
</li>
</ul>