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::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.
+ Last revised: December 19, 2019 at 23:07:07 GMT |
+Last revised: December 19, 2019 at 23:27:43 GMT |