[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 15 22:33:51 PDT 2023


dblaikie added a comment.

> This also allows removing the _LIBCPP_STANDALONE_DEBUG attribute from a few types since constructor homing should now work for them. For more details, see https://reviews.llvm.org/D98750

Awesome! I'm really glad to see this & the UB being cleaned up.

(though this does mean the debug info will be broken for C++03 mode, yeah? I don't think we/Google care about that, but other people might... )


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