[all-commits] [llvm/llvm-project] b968c3: [libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.

mordante via All-commits all-commits at lists.llvm.org
Tue Jun 7 09:59:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b968c3452b6a6ccef2545d860c4694dc95dcebc1
      https://github.com/llvm/llvm-project/commit/b968c3452b6a6ccef2545d860c4694dc95dcebc1
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2022-06-07 (Tue, 07 Jun 2022)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/__availability
    M libcxx/include/charconv
    R libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
    M libcxx/test/std/utilities/charconv/charconv.from.chars/integral.roundtrip.pass.cpp
    M libcxx/test/std/utilities/charconv/charconv.to.chars/integral.pass.cpp

  Log Message:
  -----------
  [libc++] Removes _LIBCPP_AVAILABILITY_TO_CHARS.

After moving the std::to_chars base 10 implementation from the dylib to
the header the integral overloads of std::to_chars are available on all
platforms.

Remove the _LIBCPP_AVAILABILITY_TO_CHARS availability macro and update
the tests.

Depends on D125704

Reviewed By: ldionne, #libc

Differential Revision: https://reviews.llvm.org/D125745




More information about the All-commits mailing list