From 45321f321e9d57236fe4e35a1f4f854e8a69f068 Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Wed, 28 Oct 2020 22:29:13 +0100 Subject: [PATCH] polished release notes --- doc/91_relnotes.qbk | 2 +- doc/html/boost_optional/relnotes.html | 2 +- doc/html/index.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index 79f881f..40a0856 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -20,7 +20,7 @@ [heading Boost Release 1.73] * Fixed [@https://github.com/boostorg/optional/issues/78 issue #78]. -* `boost::none` is now declared as an inline variable (on compilers taht support it): there is only one instance of `boost::none` across all translation units. +* `boost::none` is now declared as an inline variable (on compilers that support it): there is only one instance of `boost::none` across all translation units. * Fixed a number of compilation errors in GCC 4.4.7 in `optional` for trivial `T`s. Thanks to Robert Leahy for the fix. For details see [@https://github.com/boostorg/optional/pull/80 pr #78]. * Now surpressing warning `-Wweak-vtables`. diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index 383ab5d..aaecb72 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -52,7 +52,7 @@
  • boost::none is now declared as an inline variable - (on compilers taht support it): there is only one instance of boost::none across all translation units. + (on compilers that support it): there is only one instance of boost::none across all translation units.
  • Fixed a number of compilation errors in GCC 4.4.7 in optional<T> for trivial Ts. diff --git a/doc/html/index.html b/doc/html/index.html index 581c86d..4fee8ec 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -145,7 +145,7 @@ - +

    Last revised: October 24, 2020 at 15:15:55 GMT

    Last revised: October 28, 2020 at 21:28:19 GMT