]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/type_traits/doc/html/boost_typetraits/history.html
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / type_traits / doc / html / boost_typetraits / history.html
CommitLineData
7c673cae
FG
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4<title>History</title>
5<link rel="stylesheet" href="../../../../../doc/src/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.TypeTraits">
8<link rel="up" href="../index.html" title="Chapter&#160;1.&#160;Boost.TypeTraits">
9<link rel="prev" href="reference/type_with_alignment.html" title="type_with_alignment">
10<link rel="next" href="credits.html" title="Credits">
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="reference/type_with_alignment.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="credits.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h2 class="title" style="clear: both">
27<a name="boost_typetraits.history"></a><a class="link" href="history.html" title="History">History</a>
28</h2></div></div></div>
29<h5>
30<a name="boost_typetraits.history.h0"></a>
31 <span class="phrase"><a name="boost_typetraits.history.boost_1_60_0____"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_60_0____">Boost
32 1.60.0 ???</a>
33 </h5>
34<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
35<li class="listitem">
36 Refactored traits to depend only on Boost.Config. Greatly simplified code
37 to improve readability and remove workarounds for old compilers no longer
38 supported.
39 </li>
40<li class="listitem">
41 Fix <a class="link" href="reference/decay.html" title="decay">decay</a> to follow
42 C++11 semantics, see <a href="https://svn.boost.org/trac/boost/ticket/7760" target="_top">#7760</a>.
43 </li>
44<li class="listitem">
45 Added a number of new traits <a class="link" href="reference/is_assignable.html" title="is_assignable">is_assignable</a>,
46 <a class="link" href="reference/is_default_constructible.html" title="is_default_constructible">is_default_constructible</a>,
47 <a class="link" href="reference/is_constructible.html" title="is_constructible">is_constructible</a>
48 and <a class="link" href="reference/is_destructible.html" title="is_destructible">is_destructible</a>
49 required to fix bugs in a number of other traits, see for example <a href="https://svn.boost.org/trac/boost/ticket/7760" target="_top">#11324</a>.
50 </li>
51</ul></div>
52<h5>
53<a name="boost_typetraits.history.h1"></a>
54 <span class="phrase"><a name="boost_typetraits.history.boost_1_58_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_58_0">Boost
55 1.58.0</a>
56 </h5>
57<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
58<li class="listitem">
59 Fixed issue with CUDA on Clang compiler see <a href="https://svn.boost.org/trac/boost/ticket/10694" target="_top">#10694</a>.
60 </li>
61<li class="listitem">
62 Fixed <a class="link" href="reference/is_nothrow_move_assignable.html" title="is_nothrow_move_assignable">is_nothrow_move_assignable</a>
63 and <a class="link" href="reference/is_nothrow_move_constructible.html" title="is_nothrow_move_constructible">is_nothrow_move_constructible</a>
64 to work on VC12 and later.
65 </li>
66</ul></div>
67<h5>
68<a name="boost_typetraits.history.h2"></a>
69 <span class="phrase"><a name="boost_typetraits.history.boost_1_57_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_57_0">Boost
70 1.57.0</a>
71 </h5>
72<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
73<li class="listitem">
74 Added new traits <a class="link" href="reference/is_copy_assignable.html" title="is_copy_assignable">is_copy_assignable</a>
75 and <a class="link" href="reference/is_final.html" title="is_final">is_final</a>.
76 </li>
77<li class="listitem">
78 Misc fixes for newer versions of clang and msvc-14.
79 </li>
80</ul></div>
81<h5>
82<a name="boost_typetraits.history.h3"></a>
83 <span class="phrase"><a name="boost_typetraits.history.boost_1_56_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_56_0">Boost
84 1.56.0</a>
85 </h5>
86<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
87 Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/7317" target="_top">#7317</a>,
88 <a href="https://svn.boost.org/trac/boost/ticket/9474" target="_top">#9474</a>.
89 </li></ul></div>
90<h5>
91<a name="boost_typetraits.history.h4"></a>
92 <span class="phrase"><a name="boost_typetraits.history.boost_1_55_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_55_0">Boost
93 1.55.0</a>
94 </h5>
95<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
96 Added new trait <a class="link" href="reference/is_copy_constructible.html" title="is_copy_constructible">is_copy_constructible</a>.
97 </li></ul></div>
98<h5>
99<a name="boost_typetraits.history.h5"></a>
100 <span class="phrase"><a name="boost_typetraits.history.boost_1_54_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_54_0">Boost
101 1.54.0</a>
102 </h5>
103<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
104 Added new traits <a class="link" href="reference/is_nothrow_move_assignable.html" title="is_nothrow_move_assignable">is_nothrow_move_assignable</a>,
105 <a class="link" href="reference/is_nothrow_move_constructible.html" title="is_nothrow_move_constructible">is_nothrow_move_constructible</a>,
106 <a class="link" href="reference/has_trivial_move_assign.html" title="has_trivial_move_assign">has_trivial_move_assign</a>,
107 <a class="link" href="reference/has_trivial_move_constructor.html" title="has_trivial_move_constructor">has_trivial_move_constructor</a>.
108 </li></ul></div>
109<h5>
110<a name="boost_typetraits.history.h6"></a>
111 <span class="phrase"><a name="boost_typetraits.history.boost_1_47_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_47_0">Boost
112 1.47.0</a>
113 </h5>
114<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
115<li class="listitem">
116 <span class="bold"><strong>Breaking change</strong></span>: changed <a class="link" href="reference/is_convertible.html" title="is_convertible">is_convertible</a>
117 to C++0x behaviour when possible.
118 </li>
119<li class="listitem">
120 Fixed issues <a href="https://svn.boost.org/trac/boost/ticket/5271" target="_top">#5271</a>,
121 <a href="https://svn.boost.org/trac/boost/ticket/4530" target="_top">#4530</a>.
122 </li>
123</ul></div>
124<h5>
125<a name="boost_typetraits.history.h7"></a>
126 <span class="phrase"><a name="boost_typetraits.history.boost_1_45_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_45_0">Boost
127 1.45.0</a>
128 </h5>
129<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
130<li class="listitem">
131 Added new traits <a class="link" href="reference/add_rvalue_reference.html" title="add_rvalue_reference">add_rvalue_reference</a>,
132 <a class="link" href="reference/add_lvalue_reference.html" title="add_lvalue_reference">add_lvalue_reference</a>
133 and <a class="link" href="reference/common_type.html" title="common_type">common_type</a>.
134 </li>
135<li class="listitem">
136 Minor fixes to <a class="link" href="reference/is_signed.html" title="is_signed">is_signed</a>,
137 <a class="link" href="reference/is_unsigned.html" title="is_unsigned">is_unsigned</a>
138 and <a class="link" href="reference/is_virtual_base_of.html" title="is_virtual_base_of">is_virtual_base_of</a>.
139 </li>
140</ul></div>
141<h5>
142<a name="boost_typetraits.history.h8"></a>
143 <span class="phrase"><a name="boost_typetraits.history.boost_1_44_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_44_0">Boost
144 1.44.0</a>
145 </h5>
146<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
147<li class="listitem">
148 Added support for rvalue references throughout the library, plus two new
149 traits classes <a class="link" href="reference/is_rvalue_reference.html" title="is_rvalue_reference">is_rvalue_reference</a>
150 and <a class="link" href="reference/is_lvalue_reference.html" title="is_lvalue_reference">is_lvalue_reference</a>.
151 Fixes <a href="https://svn.boost.org/trac/boost/ticket/4407" target="_top">#4407</a>
152 and <a href="https://svn.boost.org/trac/boost/ticket/3804" target="_top">#3804</a>.
153 </li>
154<li class="listitem">
155 Fixed ticket <a href="https://svn.boost.org/trac/boost/ticket/3621" target="_top">#3621</a>.
156 </li>
157</ul></div>
158<h5>
159<a name="boost_typetraits.history.h9"></a>
160 <span class="phrase"><a name="boost_typetraits.history.boost_1_42_0"></a></span><a class="link" href="history.html#boost_typetraits.history.boost_1_42_0">Boost
161 1.42.0</a>
162 </h5>
163<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem">
164 Fixed issue <a href="https://svn.boost.org/trac/boost/ticket/3704" target="_top">#3704</a>.
165 </li></ul></div>
166</div>
167<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
168<td align="left"></td>
169<td align="right"><div class="copyright-footer">Copyright &#169; 2000, 2011 Adobe Systems Inc, David Abrahams,
170 Frederic Bron, Steve Cleary, Beman Dawes, Aleksey Gurtovoy, Howard Hinnant,
171 Jesse Jones, Mat Marcus, Itay Maman, John Maddock, Alexander Nasonov, Thorsten
172 Ottosen, Roman Perepelitsa, Robert Ramey, Jeremy Siek, Robert Stewart and Steven
173 Watanabe<p>
174 Distributed under the Boost Software License, Version 1.0. (See accompanying
175 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>)
176 </p>
177</div></td>
178</tr></table>
179<hr>
180<div class="spirit-nav">
181<a accesskey="p" href="reference/type_with_alignment.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="credits.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
182</div>
183</body>
184</html>