From 1334602a2b3460d0911be296be9176804c11d8b8 Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Fri, 19 Feb 2016 18:48:37 +0100 Subject: [PATCH] minor release note change --- doc/91_relnotes.qbk | 2 +- doc/html/boost_optional/relnotes.html | 4 +++- doc/html/index.html | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index ec6aaed..074d3a8 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -20,7 +20,7 @@ * you can swap optional references: it is like swapping pointers: shalow, underlying objects are not affected, * optional references to abstract types work. * Documented nested typedefs ([@https://svn.boost.org/trac/boost/ticket/5193 Trac #5193]). -* Made the optional value constructor SFINAE-friendly, which fixes [@https://svn.boost.org/trac/boost/ticket/12002 Trac #12002]. +* 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 compilers that implement variadic macros and `decltype` correctly. [heading Boost Release 1.60] diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index b505936..50ddc8e 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -61,7 +61,9 @@ #5193).
  • - Made the optional value constructor SFINAE-friendly, which fixes Trac #12002. + Made the perfect-forwarding constructor SFINAE-friendly, which fixes Trac #12002. + However, this only works in the newer compilers that implement variadic + macros and decltype correctly.
  • diff --git a/doc/html/index.html b/doc/html/index.html index 74917d5..b3bf68a 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -144,7 +144,7 @@ - +

    Last revised: February 19, 2016 at 17:38:50 GMT

    Last revised: February 19, 2016 at 17:45:39 GMT