diff --git a/doc/history.qbk b/doc/history.qbk index 6acf6d4..8e09205 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -7,6 +7,13 @@ [section:history History] +[h4 Boost-1.68.0] + +* Added support for detecting trivial moves on clang. +* Correct some mismatched `#pragam warning push/pop`. +* Improve __is_virtual_base_of to give more robust answers. +* Add support for __is_final with msvc. + [h4 Boost 1.67.0] * Added new traits __detected, __detected_or, __is_detected, __is_detected_convertible, __is_detected_exact, __is_complete. diff --git a/doc/html/boost_typetraits/history.html b/doc/html/boost_typetraits/history.html index fa532c3..314c968 100644 --- a/doc/html/boost_typetraits/history.html +++ b/doc/html/boost_typetraits/history.html @@ -28,6 +28,27 @@
+ Boost-1.68.0 +
+
+
+ Boost 1.67.0
@@ -70,7 +91,7 @@
- + Boost 1.64.0
@@ -78,7 +99,7 @@ Added new trait make_void.
- + Boost 1.60.0
@@ -101,7 +122,7 @@
- + Boost 1.58.0
@@ -116,7 +137,7 @@
- + Boost 1.57.0
@@ -130,7 +151,7 @@
- + Boost 1.56.0
@@ -139,7 +160,7 @@ #9474.
- + Boost 1.55.0
@@ -147,7 +168,7 @@ Added new trait is_copy_constructible.
- + Boost 1.54.0
@@ -158,7 +179,7 @@ has_trivial_move_constructor.
- + Boost 1.47.0
@@ -173,7 +194,7 @@
- + Boost 1.45.0
@@ -190,7 +211,7 @@
- + Boost 1.44.0
@@ -207,7 +228,7 @@
- + Boost 1.42.0
diff --git a/doc/html/boost_typetraits/reference/is_assignable.html b/doc/html/boost_typetraits/reference/is_assignable.html index acadda6..3946570 100644 --- a/doc/html/boost_typetraits/reference/is_assignable.html +++ b/doc/html/boost_typetraits/reference/is_assignable.html @@ -33,8 +33,9 @@ Inherits: If std::declval<T>() = std::declval<U>() then inherits from true_type, - otherwise from __flase_type. Type T - must be a complete type. + otherwise from false_type. + Type T must be a complete + type.

Note that this trait is somewhat tricky to use correctly: for example: diff --git a/doc/html/index/s11.html b/doc/html/index/s11.html index 59d5871..0946f05 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 880f1c5..4e2d6f9 100644 --- a/doc/html/index/s12.html +++ b/doc/html/index/s12.html @@ -24,7 +24,7 @@

-Typedef Index

+Typedef Index

F R T V

diff --git a/doc/html/index/s13.html b/doc/html/index/s13.html index 23ba4ef..861e4da 100644 --- a/doc/html/index/s13.html +++ b/doc/html/index/s13.html @@ -24,7 +24,7 @@

-Macro Index

+Macro Index

B

diff --git a/doc/html/index/s14.html b/doc/html/index/s14.html index 244a2de..be6c19f 100644 --- a/doc/html/index/s14.html +++ b/doc/html/index/s14.html @@ -23,7 +23,7 @@

-Index

+Index

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