summaryrefslogtreecommitdiff
path: root/doc/html/move/release_notes.html
blob: fdb13b57f943daf7bde4d48df6e6a1846d38c23f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Release Notes</title>
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../move.html" title="Chapter&#160;19.&#160;Boost.Move">
<link rel="prev" href="thanks_to.html" title="Thanks and credits">
<link rel="next" href="reference.html" title="Reference">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
<td align="center"><a href="../../../index.html">Home</a></td>
<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
<td align="center"><a href="../../../more/index.htm">More</a></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="thanks_to.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<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_59">Boost 1.59
      Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_58_00">Boost
      1.58 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_57_00">Boost
      1.57 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_56_00">Boost
      1.56 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_55_00">Boost
      1.55 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_54_00">Boost
      1.54 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_53_00">Boost
      1.53 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_51_00">Boost
      1.51 Release</a></span></dt>
<dt><span class="section"><a href="release_notes.html#move.release_notes.release_notes_boost_1_49_00">Boost
      1.49 Release</a></span></dt>
</dl></div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="move.release_notes.release_notes_boost_1_59"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_59" title="Boost 1.59 Release">Boost 1.59
      Release</a>
</h3></div></div></div>
<pre class="programlisting"><span class="special">*</span>  <span class="identifier">Changed</span> <span class="error">`</span><span class="identifier">unique_ptr</span><span class="error">`</span><span class="char">'s converting constructor taking the source by value in C++03 compilers to allow simple conversions
   from convertible types returned by value.
*  Fixed bug:
   * [@https://svn.boost.org/trac/boost/ticket/11229 Trac #11229: ['</span><span class="string">"vector incorrectly copies move-only objects using memcpy"</span><span class="special">]],</span>
   <span class="special">*</span> <span class="special">[</span><span class="error">@</span><span class="identifier">https</span><span class="special">://</span><span class="identifier">svn</span><span class="special">.</span><span class="identifier">boost</span><span class="special">.</span><span class="identifier">org</span><span class="special">/</span><span class="identifier">trac</span><span class="special">/</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">ticket</span><span class="special">/</span><span class="number">11510</span> <span class="identifier">Trac</span> <span class="special">#</span><span class="number">11510</span><span class="special">:</span> <span class="special">[</span><span class="error">'</span><span class="string">"unique_ptr: -Wshadow warning issued"</span><span class="special">]],</span>
</pre>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="move.release_notes.release_notes_boost_1_58_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_58_00" title="Boost 1.58 Release">Boost
      1.58 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
            Added <code class="computeroutput"><a class="link" href="../BOOST_MOVE_BASE.html" title="Macro BOOST_MOVE_BASE">BOOST_MOVE_BASE</a></code> utility.
          </li>
<li class="listitem">
            Added <code class="computeroutput"><a class="link" href="../boost/adl_move_swap.html" title="Function template adl_move_swap">adl_move_swap</a></code>
            utility.
          </li>
<li class="listitem">
            Reduced dependencies on other Boost libraries to make the library a bit
            more lightweight.
          </li>
<li class="listitem">
            Fixed bugs:
            <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; "><li class="listitem">
                  <a href="https://svn.boost.org/trac/boost/ticket/11044" target="_top">Trac
                  #11044: <span class="emphasis"><em>"boost::rv inherits off union, when such
                  passed as template argument"</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_57_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_57_00" title="Boost 1.57 Release">Boost
      1.57 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
            Added <code class="computeroutput"><span class="identifier">unique_ptr</span></code> smart
            pointer. Thanks to Howard Hinnant for his excellent unique_ptr emulation
            code and testsuite.
          </li>
<li class="listitem">
            Added <code class="computeroutput"><span class="identifier">move_if_noexcept</span></code>
            utility. Thanks to Antony Polukhin for the implementation.
          </li>
<li class="listitem">
            Fixed bugs:
            <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
                  <a href="https://svn.boost.org/trac/boost/ticket/9785" target="_top">Trac
                  #9785: <span class="emphasis"><em>"Compiler warning with intel icc in boost/move/core.hpp"</em></span></a>,
                </li>
<li class="listitem">
                  <a href="https://svn.boost.org/trac/boost/ticket/10460" target="_top">Trac
                  #10460: <span class="emphasis"><em>"Compiler error due to looser throw specifier"</em></span></a>,
                </li>
<li class="listitem">
                  <a href="https://github.com/boostorg/move/pull/3" target="_top">Git Pull #3:
                  <span class="emphasis"><em>"Don't delete copy constructor when rvalue references
                  are disabled"</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_56_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_56_00" title="Boost 1.56 Release">Boost
      1.56 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
            Added <code class="computeroutput"><a class="link" href="../BOOST_MOVE_RET.html" title="Macro BOOST_MOVE_RET">BOOST_MOVE_RET</a></code>.
          </li>
<li class="listitem">
            Fixed bugs:
            <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
<li class="listitem">
                  <a href="https://svn.boost.org/trac/boost/ticket/9482" target="_top">#9482:
                  <span class="emphasis"><em>"MSVC macros not undefined in boost/move/detail/config_end.hpp"</em></span></a>,
                </li>
<li class="listitem">
                  <a href="https://svn.boost.org/trac/boost/ticket/9045" target="_top">#9045:
                  <span class="emphasis"><em>"Wrong macro name on docs"</em></span></a>,
                </li>
<li class="listitem">
                  <a href="https://svn.boost.org/trac/boost/ticket/8420" target="_top">#8420:
                  <span class="emphasis"><em>"move's is_convertible does not compile with aligned
                  data"</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_55_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_55_00" title="Boost 1.55 Release">Boost
      1.55 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
            Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/7952" target="_top">#7952</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/8764" target="_top">#8764</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/8765" target="_top">#8765</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/8842" target="_top">#8842</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/8979" target="_top">#8979</a>.
          </li></ul></div>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="move.release_notes.release_notes_boost_1_54_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_54_00" title="Boost 1.54 Release">Boost
      1.54 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
            Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/7969" target="_top">#7969</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/8231" target="_top">#8231</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/8765" target="_top">#8765</a>.
          </li></ul></div>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="move.release_notes.release_notes_boost_1_53_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_53_00" title="Boost 1.53 Release">Boost
      1.53 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
            Better header segregation (bug <a href="https://svn.boost.org/trac/boost/ticket/6524" target="_top">#6524</a>).
          </li>
<li class="listitem">
            Small documentation fixes
          </li>
<li class="listitem">
            Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros.
          </li>
<li class="listitem">
            Fixed <a href="https://svn.boost.org/trac/boost/ticket/7830" target="_top">#7830</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/7832" target="_top">#7832</a>.
          </li>
</ul></div>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="move.release_notes.release_notes_boost_1_51_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_51_00" title="Boost 1.51 Release">Boost
      1.51 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
            Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/7095" target="_top">#7095</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/7031" target="_top">#7031</a>.
          </li></ul></div>
</div>
<div class="section">
<div class="titlepage"><div><div><h3 class="title">
<a name="move.release_notes.release_notes_boost_1_49_00"></a><a class="link" href="release_notes.html#move.release_notes.release_notes_boost_1_49_00" title="Boost 1.49 Release">Boost
      1.49 Release</a>
</h3></div></div></div>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
            Fixed bugs <a href="https://svn.boost.org/trac/boost/ticket/6417" target="_top">#6417</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/6183" target="_top">#6183</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/6185" target="_top">#6185</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/6395" target="_top">#6395</a>,
            <a href="https://svn.boost.org/trac/boost/ticket/6396" target="_top">#6396</a>,
          </li></ul></div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright &#169; 2008-2014 Ion Gaztanaga<p>
        Distributed under the Boost Software License, Version 1.0. (See accompanying
        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
      </p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="thanks_to.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../move.html"><img src="../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="reference.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>