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