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 + 1.58.0 +
+
+
+ Boost 1.57.0
@@ -41,7 +56,7 @@
- + Boost 1.56.0
@@ -50,7 +65,7 @@ #9474.
- + Boost 1.55.0
@@ -58,7 +73,7 @@ Added new trait is_copy_constructible.
- + Boost 1.54.0
@@ -69,7 +84,7 @@ has_trivial_move_constructor.
- + Boost 1.47.0
@@ -84,7 +99,7 @@
- + Boost 1.45.0
@@ -101,7 +116,7 @@
- + Boost 1.44.0
@@ -118,7 +133,7 @@
- + Boost 1.42.0
diff --git a/doc/html/boost_typetraits/intrinsics.html b/doc/html/boost_typetraits/intrinsics.html index 80d5626..483202f 100644 --- a/doc/html/boost_typetraits/intrinsics.html +++ b/doc/html/boost_typetraits/intrinsics.html @@ -284,6 +284,30 @@ + +

+ 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 @@

-Class Index

+Class Index

A C D E F H I M N O P R T

diff --git a/doc/html/index/s12.html b/doc/html/index/s12.html index f8fe8cb..b0d9b57 100644 --- a/doc/html/index/s12.html +++ b/doc/html/index/s12.html @@ -24,7 +24,7 @@

-Typedef Index

+Typedef Index

A F R T

diff --git a/doc/html/index/s13.html b/doc/html/index/s13.html index 0cc7861..91c0605 100644 --- a/doc/html/index/s13.html +++ b/doc/html/index/s13.html @@ -24,7 +24,7 @@

-Macro Index

+Macro Index

B

@@ -148,6 +148,14 @@
  • +

    BOOST_IS_NOTHROW_MOVE_ASSIGN

    +
    +
  • +
  • +

    BOOST_IS_NOTHROW_MOVE_CONSTRUCT

    +
    +
  • +
  • BOOST_IS_POD

    -Index

    +Index

    A B C D E F H I M N O P R T U

    @@ -193,6 +193,14 @@
  • +

    BOOST_IS_NOTHROW_MOVE_ASSIGN

    +
    +
  • +
  • +

    BOOST_IS_NOTHROW_MOVE_CONSTRUCT

    +
    +
  • +
  • BOOST_IS_POD