]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/bimap/doc/html/boost_bimap/release_notes.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / bimap / doc / html / boost_bimap / release_notes.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4<title>Release notes</title>
5<link rel="stylesheet" href="../boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7<link rel="home" href="../index.html" title="Chapter&#160;1.&#160;Boost.Bimap">
8<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.Bimap">
9<link rel="prev" href="future_work.html" title="Future work">
10<link rel="next" href="rationale.html" title="Rationale">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="future_work.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="rationale.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section boost_bimap_release_notes">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="boost_bimap.release_notes"></a><a class="link" href="release_notes.html" title="Release notes">Release notes</a>
28</h2></div></div></div>
29<h4>
30<a name="boost_bimap.release_notes.h0"></a>
31 <span class="phrase"><a name="boost_bimap.release_notes.boost_1_53_release"></a></span><a class="link" href="release_notes.html#boost_bimap.release_notes.boost_1_53_release">Boost
32 1.53 release</a>
33 </h4>
34<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
35<li class="listitem">
36 Refactor map_view_iterator to improve error messages.
37 </li>
38<li class="listitem">
39 Fixed replace_(left/right/key/data) bug when using relations with info.
40 </li>
41<li class="listitem">
42 Fixed vector_of and list_of views <code class="computeroutput"><span class="identifier">assign</span><span class="special">(</span><span class="identifier">size_type</span><span class="special">,</span><span class="identifier">value_type</span><span class="special">)</span></code> bug.
43 </li>
44<li class="listitem">
45 Fixed vector_of views <code class="computeroutput"><span class="keyword">operator</span><span class="special">[](</span><span class="identifier">size_type</span><span class="special">)</span></code> and <code class="computeroutput"><span class="identifier">at</span><span class="special">(</span><span class="identifier">size_type</span><span class="special">)</span></code> functions return value.
46 </li>
47</ul></div>
48<h4>
49<a name="boost_bimap.release_notes.h1"></a>
50 <span class="phrase"><a name="boost_bimap.release_notes.boost_1_52_release"></a></span><a class="link" href="release_notes.html#boost_bimap.release_notes.boost_1_52_release">Boost
51 1.52 release</a>
52 </h4>
53<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
54 Fixed unused parameter name warnings in Boost.Bimap (<a href="https://svn.boost.org/trac/boost/ticket/7425" target="_top">#7425</a>).
55 </li></ul></div>
56<h4>
57<a name="boost_bimap.release_notes.h2"></a>
58 <span class="phrase"><a name="boost_bimap.release_notes.boost_1_50_release"></a></span><a class="link" href="release_notes.html#boost_bimap.release_notes.boost_1_50_release">Boost
59 1.50 release</a>
60 </h4>
61<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
62<li class="listitem">
63 Added key_type and mapped_type (leaving data_type for backward compatibility)
64 typedefs to map views (<a href="https://svn.boost.org/trac/boost/ticket/6031" target="_top">#6031</a>).
65 </li>
66<li class="listitem">
67 Removed spurious dependency on Boost.Serialization (<a href="https://svn.boost.org/trac/boost/ticket/3868" target="_top">#3868</a>).
68 </li>
69<li class="listitem">
70 Solved unused constructor parameter warning (<a href="https://svn.boost.org/trac/boost/ticket/5749" target="_top">#5749</a>).
71 </li>
72</ul></div>
73<h4>
74<a name="boost_bimap.release_notes.h3"></a>
75 <span class="phrase"><a name="boost_bimap.release_notes.boost_1_45_release"></a></span><a class="link" href="release_notes.html#boost_bimap.release_notes.boost_1_45_release">Boost
76 1.45 release</a>
77 </h4>
78<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
79<li class="listitem">
80 Fixed custom allocators (<a href="https://svn.boost.org/trac/boost/ticket/3665" target="_top">#3665</a>).
81 </li>
82<li class="listitem">
83 Fixed count() constness (<a href="https://svn.boost.org/trac/boost/ticket/2484" target="_top">#2484</a>).
84 </li>
85<li class="listitem">
86 Other maintenance fixes.
87 </li>
88</ul></div>
89<h4>
90<a name="boost_bimap.release_notes.h4"></a>
91 <span class="phrase"><a name="boost_bimap.release_notes.boost_1_35_release"></a></span><a class="link" href="release_notes.html#boost_bimap.release_notes.boost_1_35_release">Boost
92 1.35 release</a>
93 </h4>
94<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
95 Added to Boost Libraries.
96 </li></ul></div>
97</div>
98<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
99<td align="left"></td>
100<td align="right"><div class="copyright-footer">Copyright &#169; 2006-2012 Matias Capeletto<p>
101 Distributed under the Boost Software License, Version 1.0. (See accompanying
102 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>)
103 </p>
104</div></td>
105</tr></table>
106<hr>
107<div class="spirit-nav">
108<a accesskey="p" href="future_work.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.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="rationale.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
109</div>
110</body>
111</html>