[all-commits] [llvm/llvm-project] 51259d: [libc++] LWG4025: Move assignment operator of `std...

Xiaoyang Liu via All-commits all-commits at lists.llvm.org
Fri Sep 27 09:54:43 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 51259deb72d5acee4f3e65911dd364d0c3827846
      https://github.com/llvm/llvm-project/commit/51259deb72d5acee4f3e65911dd364d0c3827846
  Author: Xiaoyang Liu <siujoeng.lau at gmail.com>
  Date:   2024-09-27 (Fri, 27 Sep 2024)

  Changed paths:
    M libcxx/docs/Status/Cxx2cIssues.csv
    M libcxx/include/__expected/expected.h

  Log Message:
  -----------
  [libc++] LWG4025: Move assignment operator of `std::expected<cv void, E>` should not be conditionally deleted (#109363)

This patch implements LWG4025: Move assignment operator of
`std::expected<cv void, E>` should not be conditionally deleted.

Closes #105324



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list