mirror of
https://github.com/boostorg/system.git
synced 2025-07-30 04:27:14 +02:00
Update documentation
This commit is contained in:
@ -8,6 +8,11 @@ https://www.boost.org/LICENSE_1_0.txt
|
|||||||
# Revision History
|
# Revision History
|
||||||
:idprefix:
|
: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
|
## Changes in Boost 1.84
|
||||||
|
|
||||||
* Added support for `result<U&, E>`.
|
* Added support for `result<U&, E>`.
|
||||||
|
@ -12,13 +12,6 @@ http://www.boost.org/LICENSE_1_0.txt
|
|||||||
# Reference
|
# Reference
|
||||||
:idprefix: ref_
|
: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
|
## Macros
|
||||||
|
|
||||||
When `BOOST_SYSTEM_ENABLE_DEPRECATED` is defined, the library provides
|
When `BOOST_SYSTEM_ENABLE_DEPRECATED` is defined, the library provides
|
||||||
|
Reference in New Issue
Block a user