Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 25, 2024
1 parent a5aec94 commit 6caa346
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 5 additions & 0 deletions doc/system/changes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.
Expand Down
7 changes: 0 additions & 7 deletions doc/system/reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6caa346

Please sign in to comment.