[all-commits] [llvm/llvm-project] d29297: [libc++] Implements P2517R1. (#77239)

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Jan 9 10:11:53 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d29297239f4ebfd2948915fe084e1d2e36f558f9
      https://github.com/llvm/llvm-project/commit/d29297239f4ebfd2948915fe084e1d2e36f558f9
  Author: Mark de Wever <koraq at xs4all.nl>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
    M libcxx/docs/ReleaseNotes/18.rst
    M libcxx/docs/Status/Cxx23Papers.csv
    M libcxx/include/tuple
    M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/apply.pass.cpp

  Log Message:
  -----------
  [libc++] Implements P2517R1. (#77239)

As pointed out by @Zingam the paper was implemented in libc++ as an
extension. This patch does the bookkeeping. The inital release version
is based on historical release dates.

Completes:
- Add a conditional noexcept specification to std::apply




More information about the All-commits mailing list