[all-commits] [llvm/llvm-project] fb72f0: [libc++] Implement Resolution of LWG 3886 (#155356)

William Tran-Viet via All-commits all-commits at lists.llvm.org
Tue Sep 23 16:27:03 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fb72f0ca7d6ca5bf720f79f350ea6001d6729a5c
      https://github.com/llvm/llvm-project/commit/fb72f0ca7d6ca5bf720f79f350ea6001d6729a5c
  Author: William Tran-Viet <wtranviet at proton.me>
  Date:   2025-09-24 (Wed, 24 Sep 2025)

  Changed paths:
    M libcxx/docs/Status/Cxx2cIssues.csv
    M libcxx/include/__expected/expected.h
    M libcxx/include/optional
    M libcxx/test/std/utilities/expected/expected.expected/assign/assign.U.pass.cpp
    M libcxx/test/std/utilities/expected/expected.expected/ctor/ctor.u.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/U.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or.pass.cpp
    M libcxx/test/std/utilities/optional/optional.object/optional.object.observe/value_or_const.pass.cpp

  Log Message:
  -----------
  [libc++] Implement Resolution of LWG 3886 (#155356)

Resolves #118336

- Implement the resolution of
[LWG3886](https://cplusplus.github.io/LWG/issue3886) for `optional` and
`expected`



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