Update documentation

This commit is contained in:
Peter Dimov
2024-01-25 22:13:49 +02:00
parent a5aec941ca
commit 6caa346ba5
2 changed files with 5 additions and 7 deletions

View File

@ -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<U&, E>`.

View File

@ -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