From 1fd315016a0dc80a98e464ca2e4e8dde0b134d56 Mon Sep 17 00:00:00 2001 From: Andrzej Krzemienski Date: Sat, 5 Mar 2016 23:43:59 +0100 Subject: [PATCH] fixed release notes --- doc/91_relnotes.qbk | 2 +- doc/html/boost_optional/relnotes.html | 4 +- ...for_assignment_of_optional_references.html | 147 ++++++++++++++++++ doc/html/index.html | 2 +- 4 files changed, 151 insertions(+), 4 deletions(-) create mode 100644 doc/html/boost_optional/tutorial/optional_references/rebinding_semantics_for_assignment_of_optional_references.html diff --git a/doc/91_relnotes.qbk b/doc/91_relnotes.qbk index a007b76..af8573f 100644 --- a/doc/91_relnotes.qbk +++ b/doc/91_relnotes.qbk @@ -11,7 +11,7 @@ [section:relnotes Release Notes] -[heading Boost Release X.XX] +[heading Boost Release 1.61] * Now `boost::optional` is specialized for reference parameters. This addresses a couple of issues: * the `sizeof` of optional reference is that of a pointer, diff --git a/doc/html/boost_optional/relnotes.html b/doc/html/boost_optional/relnotes.html index 50857ef..242e59d 100644 --- a/doc/html/boost_optional/relnotes.html +++ b/doc/html/boost_optional/relnotes.html @@ -28,8 +28,8 @@

- Boost - Release X.XX + Boost + Release 1.61

- +

Last revised: March 05, 2016 at 22:17:22 GMT

Last revised: March 05, 2016 at 22:39:27 GMT