[all-commits] [llvm/llvm-project] 3fbd0e: [libc++] Update the status for LWG3120 (#116772)

Peng Xie via All-commits all-commits at lists.llvm.org
Tue Mar 25 17:25:17 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fbd0ec7e37d596099e8cdccdb2e390a2fef29c7
      https://github.com/llvm/llvm-project/commit/3fbd0ec7e37d596099e8cdccdb2e390a2fef29c7
  Author: Peng Xie <helianthus547 at gmail.com>
  Date:   2025-03-25 (Tue, 25 Mar 2025)

  Changed paths:
    M libcxx/docs/Status/Cxx23Issues.csv
    A libcxx/test/std/utilities/utility/mem.res/mem.res.monotonic.buffer/mem.res.monotonic.buffer.mem/release_reset_initial_status.pass.cpp

  Log Message:
  -----------
  [libc++] Update the status for LWG3120 (#116772)

The current implementation already have an __initial_descriptor which
saves the initial state. When release() is called, we will reset the
__initial_descriptor.__cur_ pointer.

This patch also updates the status of LWG3120.

Closes #104274

---------

Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>



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