mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 20:56:06 +00:00

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@gmail.com>