[libcxx-commits] [PATCH] D152327: [libc++] Fix an exception safety issue in `forward_list` and add tests.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 7 19:04:24 PDT 2023


var-const updated this revision to Diff 538308.
var-const added a comment.

Rebase.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152327/new/

https://reviews.llvm.org/D152327

Files:
  libcxx/include/__memory/allocation_guard.h
  libcxx/include/forward_list
  libcxx/test/libcxx/memory/allocation_guard.pass.cpp
  libcxx/test/std/containers/container.adaptors/from_range_container_adaptors.h
  libcxx/test/std/containers/container.adaptors/push_range_container_adaptors.h
  libcxx/test/std/containers/exception_safety_helpers.h
  libcxx/test/std/containers/from_range_helpers.h
  libcxx/test/std/containers/sequences/forwardlist/exception_safety.pass.cpp
  libcxx/test/std/containers/sequences/from_range_sequence_containers.h
  libcxx/test/std/containers/sequences/insert_range_sequence_containers.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152327.538308.patch
Type: text/x-patch
Size: 29793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230708/3410e520/attachment-0001.bin>


More information about the libcxx-commits mailing list