summaryrefslogtreecommitdiff
path: root/libs/flyweight/doc/release_notes.html
blob: 3e7f4246b1a15be3ee36c216a34add7de32165e2 (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0.1 Transitional//EN">

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Boost.Flyweight Documentation - Release notes</title>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="start" href="index.html">
<link rel="prev" href="future_work.html">
<link rel="up" href="index.html">
<link rel="next" href="acknowledgements.html">
</head>

<body>
<h1><img src="../../../boost.png" alt="Boost logo" align=
"middle" width="277" height="86">Boost.Flyweight Release notes</h1>

<div class="prev_link"><a href="future_work.html"><img src="prev.gif" alt="future work" border="0"><br>
Future work
</a></div>
<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
Index
</a></div>
<div class="next_link"><a href="acknowledgements.html"><img src="next.gif" alt="acknowledgements" border="0"><br>
Acknowledgements
</a></div><br clear="all" style="clear: all;">
<br clear="all" style="clear: all;">

<hr>

<h2>Contents</h2>

<ul>
  <li><a href="#boost_1_58">Boost 1.58 release</a></li>
  <li><a href="#boost_1_57">Boost 1.57 release</a></li>
  <li><a href="#boost_1_56">Boost 1.56 release</a></li>
  <li><a href="#boost_1_55">Boost 1.55 release</a></li>
  <li><a href="#boost_1_45">Boost 1.45 release</a></li>
  <li><a href="#boost_1_44">Boost 1.44 release</a></li>
  <li><a href="#boost_1_40">Boost 1.40 release</a></li>
  <li><a href="#boost_1_39">Boost 1.39 release</a></li>
  <li><a href="#boost_1_38">Boost 1.38 release</a></li>
</ul>

<h2><a name="boost_1_58">Boost 1.58 release</a></h2>

<p>
<ul>
  <li>Added hash support both with <code>std::hash</code> and
     <a href="../../../doc/html/hash.html"><code>boost::hash</code></a>. This
     can be optionally <a href="reference/flyweight.html#disable_hash_support">disabled</a>
     to avoid clashes with legacy code where this support has already been defined by
     the user.
  </li>
  <li>Maintenance fixes.</li>
</ul>
</p>

<h2><a name="boost_1_57">Boost 1.57 release</a></h2>

<p>
<ul>
  <li>Added serialization support via
    <a href="../../serialization/index.html">Boost Serialization</a>.
  </li>
  <li>
    <code>flyweight</code> default constructor was made <code>explicit</code> in
    Boost 1.56, which introduces a regression in some
    <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1518">initialization
    scenarios</a>. The former non-<code>explicit</code>
    default constructor has been restored
    (ticket <a href="https://svn.boost.org/trac/boost/ticket/10439">#10439</a>).
  </li>
</ul>
</p>

<h2><a name="boost_1_56">Boost 1.56 release</a></h2>

<p>
<ul>
  <li>In compilers with variadic template support, <code>boost::flyweight&lt;T&gt;</code> now provides
    a perfectly forwarding constructor to <code>T::T</code> (previously an emulation
    was used).</li>
  <li><code>flyweight</code> now replicates the initializer-list constructors and assignment
    operators of its underlying type.</li>
  <li>Fixed intermodule static initialization problem
    (ticket <a href="https://svn.boost.org/trac/boost/ticket/9553">#9553</a>).</li>
  <li>Maintenance fixes.</li>
</ul>
</p>

<h2><a name="boost_1_55">Boost 1.55 release</a></h2>

<p>
<ul>
  <li>Maintenance fixes.</li>
</ul>
</p>

<h2><a name="boost_1_45">Boost 1.45 release</a></h2>

<p>
<ul>
  <li>Fixed a hanging problem with
    <a href="tutorial/configuration.html#intermodule_holder"><code>intermodule_holder</code></a>
    in Win32 platforms related to a Boost.Interprocess issue described at
    ticket <a href="https://svn.boost.org/trac/boost/ticket/4606">#4606</a>.
  </li>
  <li>Removed an internal assertion incompatible with program termination
    via <code>std::exit</code>.
  </li>
</ul>
</p>

<h2><a name="boost_1_44">Boost 1.44 release</a></h2>

<p>
<ul>
  <li>Fixed an incorrect mode of usage of Boost.Variant in
    <a href="examples.html#example3">one of the examples</a>.
  </li>
</ul>
</p>

<h2><a name="boost_1_40">Boost 1.40 release</a></h2>

<p>
<ul>
  <li>Maintenance fixes.</li>
</ul>
</p>

<h2><a name="boost_1_39">Boost 1.39 release</a></h2>

<p>
<ul>
  <li><a name="refcounted_bug">The <a href="tutorial/configuration.html#refcounted"><code>refcounted</code></a>
    component was not thread-safe due to an incorrect implementation and could deadlock
    under heavy usage conditions. This problem has been corrected.</a>
  </li>
</ul>
</p>

<h2><a name="boost_1_38">Boost 1.38 release</a></h2>

<p>
<ul>
  <li>Initial release of Boost.Flyweight.</li>
</ul>
</p>

<hr>

<div class="prev_link"><a href="future_work.html"><img src="prev.gif" alt="future work" border="0"><br>
Future work
</a></div>
<div class="up_link"><a href="index.html"><img src="up.gif" alt="index" border="0"><br>
Index
</a></div>
<div class="next_link"><a href="acknowledgements.html"><img src="next.gif" alt="acknowledgements" border="0"><br>
Acknowledgements
</a></div><br clear="all" style="clear: all;">
<br clear="all" style="clear: all;">

<br>

<p>Revised December 4th 2014</p>

<p>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software 
License, Version 1.0. (See accompanying file <a href="../../../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
http://www.boost.org/LICENSE_1_0.txt</a>)
</p>

</body>
</html>