mirror of
https://github.com/boostorg/website.git
synced 2026-02-21 15:42:09 +00:00
220 lines
7.2 KiB
HTML
220 lines
7.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<title>In Progress Releases</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" />
|
|
|
|
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
|
|
</head>
|
|
<!-- Don't edit this page! It's generated by site-tools/site-tools.py -->
|
|
<body>
|
|
<div id="heading">
|
|
<!--#include virtual="/common/heading.html" --> </div>
|
|
|
|
<div id="body">
|
|
<div id="body-inner">
|
|
<div id="content">
|
|
<div class="section" id="intro">
|
|
<div class="section-0">
|
|
<div class="section-title">
|
|
<h1>In Progress Releases</h1>
|
|
</div>
|
|
<div class="section-alert"><p>Note: The release notes
|
|
on this page are for releases 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.73.0</span></h2>
|
|
|
|
<p><span class=news-date">In Progress</span></p>
|
|
|
|
<div class="news-description">
|
|
<div class="description">
|
|
|
|
|
|
<div id="version_1_73_0.new_libraries">
|
|
<h3><span class="link">New Libraries</span></h3>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
<em>TODO</em>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="version_1_73_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="/doc/libs/master/libs/context/">Context</a>:</span>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
<a href="https://github.com/boostorg/context/issues/133">#133</a>: IBM Z: Fix fcontext routines
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<a href="https://github.com/boostorg/context/issues/132">#132</a>: mips64/n64: .align 3
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<a href="https://github.com/boostorg/context/issues/131">#131</a>: Use OSPLAT MIPS32/MIPS64 to set different ABI
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<a href="https://github.com/boostorg/context/issues/129">#129</a>: Fix non-PIC in RISC-V assembly
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<span class="library"><a href="/doc/libs/master/libs/flyweight/index.html">Flyweight</a>:</span>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
Maintenance work.
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<span class="library"><a href="/doc/libs/master/libs/multi_index/">Multi-index Containers</a>:</span>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
<code><span class="identifier">multi_index_container</span></code>
|
|
is now <a href="https://en.cppreference.com/w/cpp/named_req/AllocatorAwareContainer"><code><span class="identifier">AllocatorAware</span></code></a>.
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
Swapping of internal <code><span class="identifier">KeyFromValue</span></code>,
|
|
<code><span class="identifier">Compare</span></code>, <code><span class="identifier">Hash</span></code> and <code><span class="identifier">Pred</span></code>
|
|
objects now selects the appropriate <code><span class="identifier">swap</span></code>
|
|
function between <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">swap</span></code>
|
|
and ADL candidates, in accordance with standard specifications in
|
|
<strong>[swappable.requirements]</strong> (issue
|
|
<a href="https://github.com/boostorg/multi_index/issues/29">#29</a>).
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
Provided some internal copy constructors and assignment operators
|
|
whose default implicit definition is deprecated in C++11 onwards
|
|
(<strong>[depr.impldec]</strong>), which was warned
|
|
about on some compilers.
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
Maintenance work.
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
<span class="library"><a href="/doc/libs/master/libs/poly_collection/">PolyCollection</a>:</span>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
Suppressed a potential redundant move warning in <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">poly_collection</span><span class="special">::</span><span class="identifier">for_each</span></code>.
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
Fixed a bug by which elements were copied rather than moved in allocator-extended
|
|
move construction and move assigment between collections with non-propagating,
|
|
unequal allocators.
|
|
</div>
|
|
</li>
|
|
<li>
|
|
<div>
|
|
Allocator-extended move construction no longer decays to allocator-extended
|
|
copy construction for the legacy version of libstdc++-v3 shipped
|
|
with GCC 4.8 (which can also be used by Clang).
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="version_1_73_0.compilers_tested">
|
|
<h3><span class="link">Compilers Tested</span></h3>
|
|
<p>
|
|
Boost's primary test compilers are:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
<em>TODO</em>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<p>
|
|
Boost's additional test compilers include:
|
|
</p>
|
|
<ul>
|
|
<li>
|
|
<div>
|
|
<em>TODO</em>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div id="version_1_73_0.acknowledgements">
|
|
<h3><span class="link">Acknowledgements</span></h3>
|
|
<p>
|
|
<em>TODO</em>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="sidebar">
|
|
<!--#include virtual="/common/sidebar-common.html" --><!--#include virtual="/common/sidebar-boost.html" --> </div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div id="footer-left">
|
|
<div id="copyright">
|
|
<p>Copyright Rene Rivera 2006-2007.</p>
|
|
</div><!--#include virtual="/common/footer-license.html" --> </div>
|
|
|
|
<div id="footer-right">
|
|
<!--#include virtual="/common/footer-banners.html" --> </div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|