diff --git a/doc/history.qbk b/doc/history.qbk index 979a48b..6358e1d 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -14,6 +14,7 @@ http://www.boost.org/LICENSE_1_0.txt) * Add compile only version of check utilities to address cross-compile use cases. And changed the BBv2 check support to use compile only checks. * Fix test warnings. +* Fix typos on `AVAILABLE` macros for Windows Platform. (from Vemund Handeland) [heading 1.3] diff --git a/doc/html/index.html b/doc/html/index.html index c48812f..70c1348 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -57,7 +57,7 @@ - +

Last revised: August 27, 2015 at 15:17:44 GMT

Last revised: October 15, 2015 at 04:09:31 GMT


diff --git a/doc/html/predef/history.html b/doc/html/predef/history.html index 43f1ad1..255682d 100644 --- a/doc/html/predef/history.html +++ b/doc/html/predef/history.html @@ -33,6 +33,10 @@
  • Fix test warnings.
  • +
  • + Fix typos on AVAILABLE + macros for Windows Platform. (from Vemund Handeland) +