[libcxx-commits] [PATCH] D99624: [libc++] Remove UB in std::list
Amy Huang via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Apr 15 13:41:48 PDT 2021
akhuang added a comment.
About this patch, are there still concerns about it? IIUC the main concern is whether the original code was UB or not, which is asking whether `__list_node` is an implicit-lifetime type (or could be made to be one)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99624/new/
https://reviews.llvm.org/D99624
More information about the libcxx-commits
mailing list