[libcxx-commits] [PATCH] D101206: [libc++] Remove UB in list, forward_list and __hash_table

David Blaikie via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Sep 29 10:30:12 PDT 2023


dblaikie added a comment.

In D101206#4651782 <https://reviews.llvm.org/D101206#4651782>, @ldionne wrote:

> Update after discussion with Eric. This allows fixing the UB in all standard modes and simplifies the code quite a bit!

Oh, also meant to say: This is a great improvement!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101206



More information about the libcxx-commits mailing list