Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / poly_collection / release_notes.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
5 <title>Release notes</title>
6 <link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
7 <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
8 <link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
9 <link rel="up" href="../poly_collection.html" title="Chapter&#160;28.&#160;Boost.PolyCollection">
10 <link rel="prev" href="future_work.html" title="Future work">
11 <link rel="next" href="acknowledgments.html" title="Acknowledgments">
12 </head>
13 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14 <table cellpadding="2" width="100%"><tr>
15 <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../boost.png"></td>
16 <td align="center"><a href="../../../index.html">Home</a></td>
17 <td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
18 <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
19 <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
20 <td align="center"><a href="../../../more/index.htm">More</a></td>
21 </tr></table>
22 <hr>
23 <div class="spirit-nav">
24 <a accesskey="p" href="future_work.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../poly_collection.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="acknowledgments.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
25 </div>
26 <div class="section">
27 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
28 <a name="poly_collection.release_notes"></a><a class="link" href="release_notes.html" title="Release notes">Release notes</a>
29 </h2></div></div></div>
30 <div class="toc"><dl class="toc">
31 <dt><span class="section"><a href="release_notes.html#poly_collection.release_notes.boost_1_72">Boost 1.72</a></span></dt>
32 <dt><span class="section"><a href="release_notes.html#poly_collection.release_notes.boost_1_71">Boost 1.71</a></span></dt>
33 <dt><span class="section"><a href="release_notes.html#poly_collection.release_notes.boost_1_70">Boost 1.70</a></span></dt>
34 <dt><span class="section"><a href="release_notes.html#poly_collection.release_notes.boost_1_69">Boost 1.69</a></span></dt>
35 <dt><span class="section"><a href="release_notes.html#poly_collection.release_notes.boost_1_67">Boost 1.67</a></span></dt>
36 <dt><span class="section"><a href="release_notes.html#poly_collection.release_notes.boost_1_66">Boost 1.66</a></span></dt>
37 <dt><span class="section"><a href="release_notes.html#poly_collection.release_notes.boost_1_65">Boost 1.65</a></span></dt>
38 </dl></div>
39 <div class="section">
40 <div class="titlepage"><div><div><h3 class="title">
41 <a name="poly_collection.release_notes.boost_1_72"></a><a class="link" href="release_notes.html#poly_collection.release_notes.boost_1_72" title="Boost 1.72">Boost 1.72</a>
42 </h3></div></div></div>
43 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
44             Maintenance work.
45           </li></ul></div>
46 </div>
47 <div class="section">
48 <div class="titlepage"><div><div><h3 class="title">
49 <a name="poly_collection.release_notes.boost_1_71"></a><a class="link" href="release_notes.html#poly_collection.release_notes.boost_1_71" title="Boost 1.71">Boost 1.71</a>
50 </h3></div></div></div>
51 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
52             Maintenance work.
53           </li></ul></div>
54 </div>
55 <div class="section">
56 <div class="titlepage"><div><div><h3 class="title">
57 <a name="poly_collection.release_notes.boost_1_70"></a><a class="link" href="release_notes.html#poly_collection.release_notes.boost_1_70" title="Boost 1.70">Boost 1.70</a>
58 </h3></div></div></div>
59 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
60 <li class="listitem">
61             Improved handling of stateful allocators and allocator propagation traits,
62             after an error reported by Billy O'Neal (<a href="https://github.com/boostorg/poly_collection/pull/9" target="_top">PR#9</a>).
63           </li>
64 <li class="listitem">
65             Fixed a potentially serious bug with an internal cache structure.
66           </li>
67 </ul></div>
68 </div>
69 <div class="section">
70 <div class="titlepage"><div><div><h3 class="title">
71 <a name="poly_collection.release_notes.boost_1_69"></a><a class="link" href="release_notes.html#poly_collection.release_notes.boost_1_69" title="Boost 1.69">Boost 1.69</a>
72 </h3></div></div></div>
73 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
74             Added Boost.PolyCollection-specific versions of algorithms <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">for_each_n</span></code> and <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">sample</span></code>.
75           </li></ul></div>
76 </div>
77 <div class="section">
78 <div class="titlepage"><div><div><h3 class="title">
79 <a name="poly_collection.release_notes.boost_1_67"></a><a class="link" href="release_notes.html#poly_collection.release_notes.boost_1_67" title="Boost 1.67">Boost 1.67</a>
80 </h3></div></div></div>
81 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
82             Maintenance fixes.
83           </li></ul></div>
84 </div>
85 <div class="section">
86 <div class="titlepage"><div><div><h3 class="title">
87 <a name="poly_collection.release_notes.boost_1_66"></a><a class="link" href="release_notes.html#poly_collection.release_notes.boost_1_66" title="Boost 1.66">Boost 1.66</a>
88 </h3></div></div></div>
89 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
90 <li class="listitem">
91             Boost.PolyCollection has been backported to GCC 4.8 to 4.9 and Clang
92             3.3 to 3.6. The version of libstdc++-v3 shipped with GCC 4.8 (which can
93             also be used by Clang) has deficiencies that result in the following
94             limitations when using Boost.PolyCollection:
95             <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: circle; ">
96 <li class="listitem">
97                   Stateful allocators are not properly supported.
98                 </li>
99 <li class="listitem">
100                   Allocator-extended move construction decays to allocator-extended
101                   copy construction.
102                 </li>
103 <li class="listitem">
104                   Copy construction crashes if an exception is thrown during element
105                   copying.
106                 </li>
107 </ul></div>
108           </li>
109 <li class="listitem">
110             Maintenance fixes.
111           </li>
112 </ul></div>
113 </div>
114 <div class="section">
115 <div class="titlepage"><div><div><h3 class="title">
116 <a name="poly_collection.release_notes.boost_1_65"></a><a class="link" href="release_notes.html#poly_collection.release_notes.boost_1_65" title="Boost 1.65">Boost 1.65</a>
117 </h3></div></div></div>
118 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
119             Initial release.
120           </li></ul></div>
121 </div>
122 </div>
123 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
124 <td align="left"></td>
125 <td align="right"><div class="copyright-footer">Copyright &#169; 2016-2019 Joaqu&#237;n
126       M L&#243;pez Mu&#241;oz<p>
127         Distributed under the Boost Software License, Version 1.0. (See accompanying
128         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>)
129       </p>
130 </div></td>
131 </tr></table>
132 <hr>
133 <div class="spirit-nav">
134 <a accesskey="p" href="future_work.html"><img src="../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../poly_collection.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="acknowledgments.html"><img src="../../../doc/src/images/next.png" alt="Next"></a>
135 </div>
136 </body>
137 </html>