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 @@
#pragam
+ warning push/pop
.
+ 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 @@
A B C D E F H I M N O P R T U V