[libcxx-commits] [PATCH] D120935: [libc++][doc] Update the release notes.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 3 12:40:59 PST 2022


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Fixes the incorrect removal version of the experimental coroutine
header.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120935

Files:
  libcxx/docs/ReleaseNotes.rst


Index: libcxx/docs/ReleaseNotes.rst
===================================================================
--- libcxx/docs/ReleaseNotes.rst
+++ libcxx/docs/ReleaseNotes.rst
@@ -148,7 +148,7 @@
 - The ``<experimental/coroutine>`` header is deprecated, as is any
   use of coroutines without C++20. Use C++20's ``<coroutine>`` header
   instead. The ``<experimental/coroutine>`` header will be removed
-  in LLVM 15.
+  in LLVM 16.
 
 - ``_VSTD`` is now an alias for ``std`` instead of ``std::_LIBCPP_ABI_NAMESPACE``.
   This is technically not a functional change, except for folks that might have been


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120935.412814.patch
Type: text/x-patch
Size: 599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220303/4b433237/attachment.bin>


More information about the libcxx-commits mailing list