summaryrefslogtreecommitdiff
path: root/libcxx/docs
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2023-01-31 19:23:30 +0100
committerNikolas Klauser <nikolasklauser@berlin.de>2023-03-10 13:28:29 +0100
commit70617a1a2389a1abe6151d52dc749fb5f7755439 (patch)
treea8d183703b0454bc8441b15632d4a33f979a62ac /libcxx/docs
parent60a7188cb086abe172bc46582356f30b3c3e1c4c (diff)
downloadllvm-70617a1a2389a1abe6151d52dc749fb5f7755439.tar.gz
[libc++] Granularize <atomic> includes
Reviewed By: ldionne, Mordante, #libc Spies: arichardson, libcxx-commits Differential Revision: https://reviews.llvm.org/D144255
Diffstat (limited to 'libcxx/docs')
-rw-r--r--libcxx/docs/ReleaseNotes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/docs/ReleaseNotes.rst b/libcxx/docs/ReleaseNotes.rst
index 549efe727f2c..aca9eaf475e1 100644
--- a/libcxx/docs/ReleaseNotes.rst
+++ b/libcxx/docs/ReleaseNotes.rst
@@ -59,7 +59,7 @@ Deprecations and Removals
includes are removed based on the language version used. Incidental transitive
inclusions of the following headers have been removed:
- - C++2b: ``bit``, ``cstring``, ``type_traits``
+ - C++2b: ``atomic``, ``bit``, ``cstring``, ``type_traits``
- 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.