[libcxx-commits] [libcxx] [libc++] Remove UB from std::map __tree_node construction (PR #153908)
Vinay Deshmukh via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 19 02:43:25 PDT 2025
================
@@ -572,7 +574,8 @@ public:
_LIBCPP_HIDE_FROM_ABI void __set_parent(pointer __p) { __parent_ = static_cast<__end_node_pointer>(__p); }
----------------
vinay-deshmukh wrote:
Fixed in https://github.com/llvm/llvm-project/pull/153908/commits/225b03cf465124b67d9e84bef50dfa10d99270c1
https://github.com/llvm/llvm-project/pull/153908
More information about the libcxx-commits
mailing list