From ede89602f7553a0c76700a57ee519b7f0e4a0d3f Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Tue, 20 Oct 2015 23:19:26 +0200 Subject: [PATCH] docs: 1.60 relnotes --- doc/91_relnotes.qbk | 7 ++++++- doc/html/boost_optional/relnotes.html | 28 +++++++++++++++++++++------ doc/html/index.html | 2 +- 3 files changed, 29 insertions(+), 8 deletions(-) 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

  • - For C++03 compilers, added 0-argument overload for member function emplace(), - and therewith removed the dependency on <boost/utility/in_place_factory.hpp>. + Changed the implementation of boost::none + again. Now it is a const object with internal linkage (as any other tag). + This fixes Trac + #11203.

+ Boost + Release 1.59 +

+
    +
  • + For C++03 compilers, added 0-argument overload for member function emplace(), + and therewith removed the dependency on <boost/utility/in_place_factory.hpp>. +
  • +
  • + Fixed Trac #11241. +
  • +
+

+ 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