From 6caa346ba59e6c7d1f62182478b05bb486519799 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 25 Jan 2024 22:13:49 +0200 Subject: [PATCH] Update documentation --- doc/system/changes.adoc | 5 +++++ doc/system/reference.adoc | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/doc/system/changes.adoc b/doc/system/changes.adoc index 8c2a4fa..218d56f 100644 --- a/doc/system/changes.adoc +++ b/doc/system/changes.adoc @@ -8,6 +8,11 @@ https://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: +## Changes in Boost 1.85 + +* {cpp}03 is no longer supported; a {cpp}11 compiler is required. (This includes GCC 4.8 or later, and MSVC 14.0 (VS 2015) or later.) +* The deprecated header `boost/system/cygwin_error.hpp` has been removed. + ## Changes in Boost 1.84 * Added support for `result`. diff --git a/doc/system/reference.adoc b/doc/system/reference.adoc index 445ddcc..5d86306 100644 --- a/doc/system/reference.adoc +++ b/doc/system/reference.adoc @@ -12,13 +12,6 @@ http://www.boost.org/LICENSE_1_0.txt # Reference :idprefix: ref_ -## Use of {cpp}11 and {cpp}14 Features - -The library is documented to use several {cpp}11 and {cpp}14 features, -including `noexcept`, explicit conversion operators and `constexpr`. The -actual implementation uses {cpp}11 and {cpp}14 features only when they are -available, and otherwise falls back on {cpp}03 features. - ## Macros When `BOOST_SYSTEM_ENABLE_DEPRECATED` is defined, the library provides