From 066709db0cdafefdfd11b3588ed3f1979154eee7 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 5 Jun 2014 23:04:06 +0400 Subject: [PATCH] Updated History section. --- doc/explicit_operator_bool.qbk | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/doc/explicit_operator_bool.qbk b/doc/explicit_operator_bool.qbk index a96d48b..419b1ec 100644 --- a/doc/explicit_operator_bool.qbk +++ b/doc/explicit_operator_bool.qbk @@ -7,9 +7,9 @@ / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) /] -[/===============] +[/==============] [section Authors] -[/===============] +[/==============] * Andrey Semashev @@ -68,16 +68,19 @@ if (p) [endsect] -[/===============] +[/==============] [section History] -[/===============] +[/==============] -[section boost 1.55] +[heading boost 1.56] + +* Added new macros `BOOST_EXPLICIT_OPERATOR_BOOL_NOEXCEPT` and `BOOST_CONSTEXPR_EXPLICIT_OPERATOR_BOOL` to define `noexcept` and `constexpr` operators. +* The header moved to Boost.Core. + +[heading boost 1.55] * The macro was extracted from Boost.Log. [endsect] [endsect] - -[endsect]