From 010ee006040c19239af9d6ae7cfab4a2ac0279c7 Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Fri, 20 Dec 2019 00:30:37 +0100 Subject: [PATCH] Update release notes --- doc/91_relnotes.qbk | 1 + doc/html/boost_optional/relnotes.html | 10 ++++++++-- doc/html/index.html | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index f19da24..b5be701 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -14,6 +14,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. [heading Boost Release 1.69] diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index 600639e..333178d 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -31,10 +31,16 @@ Boost Release 1.73 -

Boost diff --git a/doc/html/index.html b/doc/html/index.html index 9094ce0..0a5611f 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -145,7 +145,7 @@ - +

Last revised: December 19, 2019 at 23:07:07 GMT

Last revised: December 19, 2019 at 23:27:43 GMT