diff --git a/doc/history.qbk b/doc/history.qbk index 3af8394..3441fbd 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -12,6 +12,7 @@ http://www.boost.org/LICENSE_1_0.txt) * Account for skip in Visual Studio product version vs. compiler version. This supports version of VS 2015 an onward. * Add detection of Haiku OS (from Jessica Hamilton). +* Some fixes to endian detection for Android (from mstahl-at-redhat.com). [heading 1.1] diff --git a/doc/html/index.html b/doc/html/index.html index cdff0db..6e585eb 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -52,7 +52,7 @@ - +

Last revised: December 29, 2014 at 17:24:18 GMT

Last revised: December 30, 2014 at 05:22:51 GMT


diff --git a/doc/html/predef/history.html b/doc/html/predef/history.html index 384339c..b65b9c2 100644 --- a/doc/html/predef/history.html +++ b/doc/html/predef/history.html @@ -29,6 +29,9 @@
  • Add detection of Haiku OS (from Jessica Hamilton).
  • +
  • + Some fixes to endian detection for Android (from mstahl-at-redhat.com). +