2019-07-18 11:51:05 +00:00
|
|
|
=========================================
|
2023-01-24 22:55:53 -08:00
|
|
|
Libc++ 17.0.0 (In-Progress) Release Notes
|
2019-07-18 11:51:05 +00:00
|
|
|
=========================================
|
2018-09-06 14:46:22 +00:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
:depth: 2
|
|
|
|
|
2018-09-10 08:57:12 +00:00
|
|
|
Written by the `Libc++ Team <https://libcxx.llvm.org>`_
|
2018-09-06 14:46:22 +00:00
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
2023-01-24 22:55:53 -08:00
|
|
|
These are in-progress notes for the upcoming libc++ 17 release.
|
2018-09-06 14:46:22 +00:00
|
|
|
Release notes for previous releases can be found on
|
2018-09-10 08:57:12 +00:00
|
|
|
`the Download Page <https://releases.llvm.org/download.html>`_.
|
2018-09-06 14:46:22 +00:00
|
|
|
|
|
|
|
Introduction
|
|
|
|
============
|
|
|
|
|
|
|
|
This document contains the release notes for the libc++ C++ Standard Library,
|
2023-01-24 22:55:53 -08:00
|
|
|
part of the LLVM Compiler Infrastructure, release 17.0.0. Here we describe the
|
2018-09-06 14:46:22 +00:00
|
|
|
status of libc++ in some detail, including major improvements from the previous
|
|
|
|
release and new feature work. For the general LLVM release notes, see `the LLVM
|
2018-09-10 08:57:12 +00:00
|
|
|
documentation <https://llvm.org/docs/ReleaseNotes.html>`_. All LLVM releases may
|
|
|
|
be downloaded from the `LLVM releases web site <https://llvm.org/releases/>`_.
|
2018-09-06 14:46:22 +00:00
|
|
|
|
|
|
|
For more information about libc++, please see the `Libc++ Web Site
|
2018-09-10 08:57:12 +00:00
|
|
|
<https://libcxx.llvm.org>`_ or the `LLVM Web Site <https://llvm.org>`_.
|
2018-09-06 14:46:22 +00:00
|
|
|
|
2020-01-15 10:02:56 +01:00
|
|
|
Note that if you are reading this file from a Git checkout or the
|
2018-09-06 14:46:22 +00:00
|
|
|
main Libc++ web page, this document applies to the *next* release, not
|
|
|
|
the current one. To see the release notes for a specific release, please
|
2018-09-10 08:57:12 +00:00
|
|
|
see the `releases page <https://llvm.org/releases/>`_.
|
2018-09-06 14:46:22 +00:00
|
|
|
|
2023-01-24 22:55:53 -08:00
|
|
|
What's New in Libc++ 17.0.0?
|
2019-07-18 11:51:05 +00:00
|
|
|
============================
|
2018-09-06 14:46:22 +00:00
|
|
|
|
2022-06-17 20:20:48 +02:00
|
|
|
Implemented Papers
|
|
|
|
------------------
|
2022-02-14 18:26:02 +01:00
|
|
|
|
2022-07-21 12:48:14 -04:00
|
|
|
Improvements and New Features
|
|
|
|
-----------------------------
|
2022-06-17 20:20:48 +02:00
|
|
|
|
2023-01-30 10:57:26 -05:00
|
|
|
- ``std::string_view`` now provides iterators that check for out-of-bounds accesses when the safe
|
|
|
|
libc++ mode is enabled.
|
|
|
|
|
2022-07-21 12:48:14 -04:00
|
|
|
Deprecations and Removals
|
|
|
|
-------------------------
|
2022-11-14 09:56:35 -10:00
|
|
|
|
2021-09-23 10:33:45 -04:00
|
|
|
- The ``<experimental/coroutine>`` header has been removed in this release. The ``<coroutine>`` header
|
|
|
|
has been shipping since LLVM 14, so the Coroutines TS implementation is being removed per our policy
|
|
|
|
for removing TSes.
|
|
|
|
|
2022-07-21 12:48:14 -04:00
|
|
|
Upcoming Deprecations and Removals
|
|
|
|
----------------------------------
|
|
|
|
|
2023-01-09 16:59:59 -05:00
|
|
|
- The ``_LIBCPP_AVAILABILITY_CUSTOM_VERBOSE_ABORT_PROVIDED`` macro will not be honored anymore in LLVM 18.
|
|
|
|
Please see the updated documentation about the safe libc++ mode and in particular the ``_LIBCPP_VERBOSE_ABORT``
|
|
|
|
macro for details.
|
|
|
|
|
2022-07-31 16:12:42 -07:00
|
|
|
API Changes
|
|
|
|
-----------
|
2022-09-19 15:38:18 -04:00
|
|
|
|
2022-07-21 12:48:14 -04:00
|
|
|
ABI Affecting Changes
|
|
|
|
---------------------
|
2022-06-20 15:44:57 +01:00
|
|
|
|
2021-10-18 13:58:31 -04:00
|
|
|
Build System Changes
|
|
|
|
--------------------
|