summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorMark de Wever <koraq@xs4all.nl>2023-04-08 17:29:31 +0200
committerMark de Wever <koraq@xs4all.nl>2023-04-09 17:57:14 +0200
commite8cfbfd05a951b85f80156dffc8eeecb34c7271c (patch)
tree5815626e1eb7bc1f95d0072774a0f5c10c2739a3 /libcxx/docs
parentbdf7fd8297bcbcddc9c184a40c954c1f1b0b8340 (diff)
downloadllvm-e8cfbfd05a951b85f80156dffc8eeecb34c7271c.tar.gz
[libc++] Granularize system_error.
Reviewed By: #libc, philnik Differential Revision: https://reviews.llvm.org/D147853
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/ReleaseNotes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 1e2d52ca6c14..100c3b45f7a6 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -63,8 +63,8 @@ Deprecations and Removals
includes are removed based on the language version used. Incidental transitive
inclusions of the following headers have been removed:
- - C++2b: ``atomic``, ``bit``, ``cstdint``, ``cstdlib``, ``cstring``, ``initializer_list``, ``new``, ``stdexcept``,
- ``type_traits``, ``typeinfo``
+ - C++2b: ``atomic``, ``bit``, ``cstdint``, ``cstdlib``, ``cstring``, ``initializer_list``, ``limits``, ``new``,
+ ``stdexcept``, ``system_error``, ``type_traits``, ``typeinfo``
- The headers ``<experimental/algorithm>`` and ``<experimental/functional>`` have been removed, since all the contents
have been implemented in namespace ``std`` for at least two releases.