[Lldb-commits] [lldb] [LLDB][Windows]: Don't pass duplicate HANDLEs to CreateProcess (PR #165281)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Oct 30 10:22:22 PDT 2025
Michael137 wrote:
> > `std::set` or `llvm::UniqueVector` perhaps?
>
>
>
> `llvm::UniqueVector` looks like what we need, thanks! I might be wrong but I think that `std::set` sorts the elements, while we want to preserve the insertion order.
Ah yes missed the fact that you do t want them shuffled. Yea UniqueVector should do
https://github.com/llvm/llvm-project/pull/165281
More information about the lldb-commits
mailing list