[libcxx-commits] [PATCH] D101206: [libc++] Remove UB in list, forward_list and __hash_table
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Sep 18 07:37:39 PDT 2023
ldionne added a comment.
In D101206#4646845 <https://reviews.llvm.org/D101206#4646845>, @dblaikie wrote:
> (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... )
I could keep the `_LIBCPP_STANDALONE_DEBUG` attribute on the classes for the C++03 case, I guess!
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