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