diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index eb2b310..8fecf89 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -11,9 +11,14 @@ [section:relnotes Release Notes] -[heading Boost Release 1.59] +[heading Boost Release 1.60] + +* Changed the implementation of `boost::none` again. Now it is a const object with internal linkage (as any other tag). This fixes [@https://svn.boost.org/trac/boost/ticket/11203 Trac #11203]. + +[heading Boost Release 1.59] * For C++03 compilers, added 0-argument overload for member function `emplace()`, and therewith removed the dependency on ``. +* Fixed [@https://svn.boost.org/trac/boost/ticket/11241 Trac #11241]. [heading Boost Release 1.58] diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index 445eaa8..4526c48 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -28,15 +28,31 @@

- Boost - Release 1.59 + Boost + Release 1.60

+ Boost + Release 1.59 +

+
+

+ Boost Release 1.58

@@ -72,7 +88,7 @@

- + Boost Release 1.57

@@ -82,7 +98,7 @@ to fix C++03 compile error on logic_error("...")".

- + Boost Release 1.56

diff --git a/doc/html/index.html b/doc/html/index.html index 833a9f6..1f97394 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -146,7 +146,7 @@ - +

Last revised: October 01, 2015 at 13:19:55 GMT

Last revised: October 20, 2015 at 21:17:45 GMT