From a4214447884876950a076f805405c0da63424a84 Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Sun, 6 Mar 2016 19:32:52 +0100 Subject: [PATCH] release notes --- doc/91_relnotes.qbk | 1 + doc/html/boost_optional/relnotes.html | 3 +++ doc/html/index.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index 81c051a..c945215 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -22,6 +22,7 @@ * optional references to abstract types work. * Documented nested typedefs ([@https://svn.boost.org/trac/boost/ticket/5193 Trac #5193]). * Made the perfect-forwarding constructor SFINAE-friendly, which fixes [@https://svn.boost.org/trac/boost/ticket/12002 Trac #12002]. However, this only works in the newer platforms that correctly implement C++11 ``. +* Fixed [@https://svn.boost.org/trac/boost/ticket/10445 Trac #10445]. [heading Boost Release 1.60] diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index 242e59d..eda2187 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -65,6 +65,9 @@ However, this only works in the newer platforms that correctly implement C++11 <type_traits>. +
  • + Fixed Trac #10445. +
  • diff --git a/doc/html/index.html b/doc/html/index.html index 0addd4c..98a5364 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -144,7 +144,7 @@ - +

    Last revised: March 06, 2016 at 18:03:49 GMT

    Last revised: March 06, 2016 at 18:30:08 GMT