From 5662f55ccfb503aac1e59e9e7ebf3a3224219965 Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Fri, 2 Sep 2016 02:07:26 +0200 Subject: [PATCH] Trac #12179 --- doc/91_relnotes.qbk | 5 +++++ doc/html/boost_optional/relnotes.html | 18 +++++++++++++----- doc/html/index.html | 2 +- include/boost/optional/optional_fwd.hpp | 2 +- 4 files changed, 20 insertions(+), 7 deletions(-) diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index c945215..ef38e5c 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -12,6 +12,11 @@ [section:relnotes Release Notes] +[heading Boost Release 1.62] + +* Fixed [@https://svn.boost.org/trac/boost/ticket/12179 Trac #12179]. + + [heading Boost Release 1.61] * Now `boost::optional` is specialized for reference parameters. This addresses a couple of issues: diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index eda2187..15b6373 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -28,6 +28,14 @@

+ Boost + Release 1.62 +

+
+

+ Boost Release 1.61

@@ -70,7 +78,7 @@

- + Boost Release 1.60

@@ -81,7 +89,7 @@ #11203.

- + Boost Release 1.59

@@ -95,7 +103,7 @@

- + Boost Release 1.58

@@ -131,7 +139,7 @@

- + Boost Release 1.57

@@ -141,7 +149,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 98a5364..74f80df 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -144,7 +144,7 @@ - +

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

Last revised: September 02, 2016 at 00:05:57 GMT


diff --git a/include/boost/optional/optional_fwd.hpp b/include/boost/optional/optional_fwd.hpp index c41a34d..faee253 100644 --- a/include/boost/optional/optional_fwd.hpp +++ b/include/boost/optional/optional_fwd.hpp @@ -16,7 +16,7 @@ #ifndef BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP #define BOOST_OPTIONAL_OPTIONAL_FWD_FLC_19NOV2002_HPP -#include +#include namespace boost {