Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
libcxx/docs/Status/Cxx2b.rst
Show All 38 Lines | |||||
.. note:: | .. note:: | ||||
.. [#note-P0533R9] P0533R9: ``isfinite``, ``isinf``, ``isnan`` and ``isnormal`` are implemented. | .. [#note-P0533R9] P0533R9: ``isfinite``, ``isinf``, ``isnan`` and ``isnormal`` are implemented. | ||||
.. [#note-P1413R3] P1413R3: ``std::aligned_storage_t`` and ``std::aligned_union_t`` are marked deprecated, but | .. [#note-P1413R3] P1413R3: ``std::aligned_storage_t`` and ``std::aligned_union_t`` are marked deprecated, but | ||||
clang doesn't issue a diagnostic for deprecated using template declarations. | clang doesn't issue a diagnostic for deprecated using template declarations. | ||||
.. [#note-P2520R0] P2520R0: Libc++ implemented this paper as a DR in C++20 as well. | .. [#note-P2520R0] P2520R0: Libc++ implemented this paper as a DR in C++20 as well. | ||||
.. [#note-P2711R1] P2711R1: ``join_with_view`` hasn't been done yet since this type isn't implemented yet. | .. [#note-P2711R1] P2711R1: ``join_with_view`` hasn't been done yet since this type isn't implemented yet. | ||||
.. [#note-P2693R1] P1413R3: The formatter for ``std::thread::id`` is implemented. | |||||
The formatter for ``stacktrace`` is not implemented, since ``stacktrace`` is | |||||
not implemented yet. | |||||
.. _issues-status-cxx2b: | .. _issues-status-cxx2b: | ||||
Library Working Group Issues Status | Library Working Group Issues Status | ||||
==================================== | ==================================== | ||||
.. csv-table:: | .. csv-table:: | ||||
:file: Cxx2bIssues.csv | :file: Cxx2bIssues.csv | ||||
:header-rows: 1 | :header-rows: 1 | ||||
:widths: auto | :widths: auto | ||||
.. note:: | .. note:: | ||||
.. [#note-LWG3798] LWG3798: ``join_with_view``, ``zip_transform_view``, and ``adjacent_transform_view`` haven't been done yet since these types aren't implemented yet. | .. [#note-LWG3798] LWG3798: ``join_with_view``, ``zip_transform_view``, and ``adjacent_transform_view`` haven't been done yet since these types aren't implemented yet. |