summaryrefslogtreecommitdiff
path: root/doc/html/move/release_notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/move/release_notes.html')
-rw-r--r--doc/html/move/release_notes.html25
1 files changed, 23 insertions, 2 deletions
diff --git a/doc/html/move/release_notes.html b/doc/html/move/release_notes.html
index db6a442274..ab44f5fae8 100644
--- a/doc/html/move/release_notes.html
+++ b/doc/html/move/release_notes.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../move.html" title="Chapter&#160;25.&#160;Boost.Move">
+<link rel="up" href="../move.html" title="Chapter&#160;24.&#160;Boost.Move">
<link rel="prev" href="thanks_to.html" title="Thanks and credits">
<link rel="next" href="reference.html" title="Reference">
</head>
@@ -28,6 +28,8 @@
<a name="move.release_notes"></a><a class="link" href="release_notes.html" title="Release Notes">Release Notes</a>
</h2></div></div></div>
<div class="toc"><dl class="toc">
+<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_65">Boost 1.65
+ Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_64">Boost 1.64
Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_62">Boost 1.62
@@ -57,6 +59,25 @@
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
+<a name="move.release_notes.release_notes_boost_1_65"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_65" title="Boost 1.65 Release">Boost 1.65
+ Release</a>
+</h3></div></div></div>
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
+ Fixed bug:
+ <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
+<li class="listitem">
+ <a href="https://github.com/boostorg/move/pull/11" target="_top">Git Pull
+ #11: <span class="emphasis"><em>"replace 'std::random_shuffle' by '::random_shuffle'"</em></span></a>.
+ </li>
+<li class="listitem">
+ <a href="https://github.com/boostorg/move/pull/12" target="_top">Git Pull
+ #12: <span class="emphasis"><em>"Adds support for MSVC ARM64 target'"</em></span></a>.
+ </li>
+</ul></div>
+ </li></ul></div>
+</div>
+<div class="section">
+<div class="titlepage"><div><div><h3 class="title">
<a name="move.release_notes.release_notes_boost_1_64"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_64" title="Boost 1.64 Release">Boost 1.64
Release</a>
</h3></div></div></div>
@@ -91,7 +112,7 @@
<li class="listitem">
Experimental: asymptotically optimal bufferless merge and sort algorithms:
<code class="computeroutput"><a class="link" href="../boost/movelib/adaptive_merge.html" title="Function template adaptive_merge">adaptive_merge</a></code>
- and <code class="computeroutput"><a class="link" href="../boost/movelib/adaptive_sort.html" title="Function template adaptive_sort">adaptive_sort</a></code>.
+ and <code class="computeroutput"><a class="link" href="../boost/movelib/adaptive_sort_idp683585776.html" title="Function template adaptive_sort">adaptive_sort</a></code>.
</li>
<li class="listitem">
Fixed bug: