diff --git a/doc/history.qbk b/doc/history.qbk index d1c8672..0d35f97 100644 --- a/doc/history.qbk +++ b/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. diff --git a/doc/html/boost_typetraits/history.html b/doc/html/boost_typetraits/history.html index e37dcde..363d9cd 100644 --- a/doc/html/boost_typetraits/history.html +++ b/doc/html/boost_typetraits/history.html @@ -28,6 +28,21 @@
+ BOOST_IS_NOTHROW_MOVE_ASSIGN(T) +
++ Should evaluate to true T has a non-throwing move assign operator. +
++ BOOST_IS_NOTHROW_MOVE_CONSTRUCT(T) +
++ Should evaluate to true T has a non-throwing move constructor. +
+BOOST_IS_ABSTRACT(T) diff --git a/doc/html/index/s11.html b/doc/html/index/s11.html index 7c569b9..d9daf0a 100644 --- a/doc/html/index/s11.html +++ b/doc/html/index/s11.html @@ -24,7 +24,7 @@
BOOST_IS_NOTHROW_MOVE_ASSIGN
+ +BOOST_IS_NOTHROW_MOVE_CONSTRUCT
+ +BOOST_IS_POD
BOOST_IS_NOTHROW_MOVE_ASSIGN
+ +BOOST_IS_NOTHROW_MOVE_CONSTRUCT
+ +BOOST_IS_POD