1[/
2  Copyright 2009 John Maddock.
3  Distributed under the Boost Software License, Version 1.0.
4  (See accompanying file LICENSE_1_0.txt or copy at
5  http://www.boost.org/LICENSE_1_0.txt).
6]
7
8[section:history History]
9
10[h4 Boost 1.58.0]
11
12* Fixed issue with CUDA on Clang compiler see [@https://svn.boost.org/trac/boost/ticket/10694 #10694].
13* Fixed __is_nothrow_move_assignable and __is_nothrow_move_constructible to work on VC12 and later.
14
15[h4 Boost 1.57.0]
16
17* Added new traits __is_copy_assignable and __is_final.
18* Misc fixes for newer versions of clang and msvc-14.
19
20[h4 Boost 1.56.0]
21
22* Fixed issues [@https://svn.boost.org/trac/boost/ticket/7317 #7317],
23[@https://svn.boost.org/trac/boost/ticket/9474 #9474].
24
25
26[h4 Boost 1.55.0]
27
28* Added new trait __is_copy_constructible.
29
30[h4 Boost 1.54.0]
31
32* Added new traits __is_nothrow_move_assignable, __is_nothrow_move_constructible, __has_trivial_move_assign,
33__has_trivial_move_constructor.
34
35[h4 Boost 1.47.0]
36
37* [* Breaking change]: changed __is_convertible to C++0x behaviour when possible.
38* Fixed issues [@https://svn.boost.org/trac/boost/ticket/5271 #5271],
39[@https://svn.boost.org/trac/boost/ticket/4530 #4530].
40
41
42[h4 Boost 1.45.0]
43
44* Added new traits __add_rvalue_reference, __add_lvalue_reference and __common_type.
45* Minor fixes to __is_signed, __is_unsigned and __is_virtual_base_of.
46
47[h4 Boost 1.44.0]
48
49* Added support for rvalue references throughout the library, plus two new traits classes
50__is_rvalue_reference and __is_lvalue_reference.  Fixes [@https://svn.boost.org/trac/boost/ticket/4407 #4407]
51and [@https://svn.boost.org/trac/boost/ticket/3804 #3804].
52* Fixed ticket [@https://svn.boost.org/trac/boost/ticket/3621 #3621].
53
54[h4 Boost 1.42.0]
55
56* Fixed issue [@https://svn.boost.org/trac/boost/ticket/3704 #3704].
57
58
59[endsect]
60
61