[libcxx-commits] [libcxx] [libc++] mark P0154 as implemented; fix column alignment issues (PR #97865)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Jul 6 05:39:54 PDT 2024
================
@@ -42,7 +42,6 @@ Paper Status
.. [#note-P0067] P0067: ``std::(to|from)_chars`` for integrals has been available since version 7.0. ``std::to_chars`` for ``float`` and ``double`` since version 14.0 ``std::to_chars`` for ``long double`` uses the implementation for ``double``.
.. [#note-P0607] P0607: The parts of P0607 that are not done are the ``<regex>`` bits.
- .. [#note-P0154] P0154: This is currently not implemented for clang because clang does not implement the required macros.
----------------
h-vetinari wrote:
Done
https://github.com/llvm/llvm-project/pull/97865
More information about the libcxx-commits
mailing list