[all-commits] [llvm/llvm-project] 76804e: [libc++] Addresses LWG3764.

Mark de Wever via All-commits all-commits at lists.llvm.org
Tue Jan 31 10:59:29 PST 2023


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

  Changed paths:
    M libcxx/docs/Status/Cxx2bIssues.csv
    M libcxx/include/__functional/reference_wrapper.h
    M libcxx/include/functional
    M libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/invoke.pass.cpp

  Log Message:
  -----------
  [libc++] Addresses LWG3764.

  LWG3764 reference_wrapper::operator() should propagate noexcept

As drive-by adds constexpr to the synopsis, since it has already been
implemented.

Reviewed By: #libc, ldionne

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




More information about the All-commits mailing list