summaryrefslogtreecommitdiff
path: root/libs/type_traits/doc/history.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/type_traits/doc/history.qbk')
-rw-r--r--libs/type_traits/doc/history.qbk5
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/type_traits/doc/history.qbk b/libs/type_traits/doc/history.qbk
index d1c867206..0d35f9718 100644
--- a/libs/type_traits/doc/history.qbk
+++ b/libs/type_traits/doc/history.qbk
@@ -7,6 +7,11 @@
[section:history History]
+[h4 Boost 1.58.0]
+
+* Fixed issue with CUDA on Clang compiler see [@https://svn.boost.org/trac/boost/ticket/10694 #10694].
+* Fixed __is_nothrow_move_assignable and __is_nothrow_move_constructible to work on VC12 and later.
+
[h4 Boost 1.57.0]
* Added new traits __is_copy_assignable and __is_final.